summaryrefslogtreecommitdiff
path: root/lib/string_kunit.c
AgeCommit message (Expand)Author
2024-04-24string_kunit: Move strtomem KUnit test to string_kunit.cKees Cook
2024-04-24string.h: Introduce memtostr() and memtostr_pad()Kees Cook
2024-04-19string: Convert KUnit test names to standard conventionKees Cook
2024-04-19string: Merge strcat KUnit tests into string_kunit.cKees Cook
2024-04-19string: Merge strscpy KUnit tests into string_kunit.cKees Cook
2024-04-18string_kunit: Add test cases for str*cmp functionsIvan Orlov
2024-03-05string: Convert selftest to KUnitKees Cook