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