Skip to content

Commit b2ff70a

Browse files
teknoravertorvalds
authored andcommitted
lib/test_string.c: move string selftest in the Runtime Testing menu
STRING_SELFTEST is presented in the "Library routines" menu. Move it in Kernel hacking > Kernel Testing and Coverage > Runtime Testing together with other similar tests found in lib/ --- Runtime Testing <*> Test functions located in the hexdump module at runtime <*> Test string functions (NEW) <*> Test functions located in the string_helpers module at runtime <*> Test strscpy*() family of functions at runtime <*> Test kstrto*() family of functions at runtime <*> Test printf() family of functions at runtime <*> Test scanf() family of functions at runtime Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Matteo Croce <[email protected]> Cc: Peter Rosin <[email protected]> Cc: Geert Uytterhoeven <[email protected]> Cc: Randy Dunlap <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent 7e96bf4 commit b2ff70a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/Kconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -683,9 +683,6 @@ config PARMAN
683683
config OBJAGG
684684
tristate "objagg" if COMPILE_TEST
685685

686-
config STRING_SELFTEST
687-
tristate "Test string functions"
688-
689686
endmenu
690687

691688
config GENERIC_IOREMAP

lib/Kconfig.debug

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2180,6 +2180,9 @@ config ASYNC_RAID6_TEST
21802180
config TEST_HEXDUMP
21812181
tristate "Test functions located in the hexdump module at runtime"
21822182

2183+
config STRING_SELFTEST
2184+
tristate "Test string functions at runtime"
2185+
21832186
config TEST_STRING_HELPERS
21842187
tristate "Test functions located in the string_helpers module at runtime"
21852188

0 commit comments

Comments
 (0)