summaryrefslogtreecommitdiffstats
path: root/lib/string_kunit.c
AgeCommit message (Expand)AuthorLines
2024-06-28string: kunit: add missing MODULE_DESCRIPTION() macrosJeff Johnson-0/+1
2024-04-24string_kunit: Move strtomem KUnit test to string_kunit.cKees Cook-0/+54
2024-04-24string.h: Introduce memtostr() and memtostr_pad()Kees Cook-0/+26
2024-04-19string: Convert KUnit test names to standard conventionKees Cook-36/+36
2024-04-19string: Merge strcat KUnit tests into string_kunit.cKees Cook-0/+82
2024-04-19string: Merge strscpy KUnit tests into string_kunit.cKees Cook-0/+120
2024-04-18string_kunit: Add test cases for str*cmp functionsIvan Orlov-0/+155
2024-03-05string: Convert selftest to KUnitKees Cook-0/+199