summaryrefslogtreecommitdiff
path: root/test/str_ut.c
AgeCommit message (Expand)Author
2021-08-02lib: Allow using 0x when a decimal value is requestedSimon Glass
2021-08-02lib: Add octal tests for simple_strtoul/l()Simon Glass
2021-08-02lib: Add tests for simple_strtoull()Simon Glass
2021-08-02lib: Drop unnecessary check for hex digitSimon Glass
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass
2021-03-12test: Add a macros for finding tests in linker_listsSimon Glass
2021-01-16test: correct the test prefix in ut strPatrick Delaunay
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-04-24lib: Add a function to convert a string to upper caseSimon Glass
2020-04-24test: Add the beginnings of some string testsSimon Glass