aboutsummaryrefslogtreecommitdiffstats
path: root/lib/string_kunit.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-24string_kunit: Move strtomem KUnit test to string_kunit.cKees Cook1-0/+54
2024-04-24string.h: Introduce memtostr() and memtostr_pad()Kees Cook1-0/+26
2024-04-19string: Convert KUnit test names to standard conventionKees Cook1-36/+36
2024-04-19string: Merge strcat KUnit tests into string_kunit.cKees Cook1-0/+82
2024-04-19string: Merge strscpy KUnit tests into string_kunit.cKees Cook1-0/+120
2024-04-18string_kunit: Add test cases for str*cmp functionsIvan Orlov1-0/+155
2024-03-05string: Convert selftest to KUnitKees Cook1-0/+199