aboutsummaryrefslogtreecommitdiff
path: root/lib/test_string.c
AgeCommit message (Collapse)AuthorFilesLines
2017-11-17lib: add module support to string testsGeert Uytterhoeven1-0/+141
Extract the string test code into its own source file, to allow compiling it either to a loadable module, or built into the kernel. Fixes: 03270c13c5ffaa6a ("lib/string.c: add testcases for memset16/32/64") Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Geert Uytterhoeven <[email protected]> Cc: Matthew Wilcox <[email protected]> Cc: Shuah Khan <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>