string: Merge strcat KUnit tests into string_kunit.c
authorKees Cook <keescook@chromium.org>
Fri, 19 Apr 2024 14:01:53 +0000 (07:01 -0700)
committerKees Cook <keescook@chromium.org>
Fri, 19 Apr 2024 20:12:01 +0000 (13:12 -0700)
commitbd678f7d9b72ab8b6978dac92b841e46f4b935a3
treeb74264eb0f52b398c820e295cc02419af2804853
parent6e4ef1429f3be236e145c6115b539acdbd2e299c
string: Merge strcat KUnit tests into string_kunit.c

Move the strcat() tests into string_kunit.c. Remove the separate
Kconfig and Makefile rule.

Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Tested-by: Ivan Orlov <ivan.orlov0322@gmail.com>
Link: https://lore.kernel.org/r/20240419140155.3028912-4-keescook@chromium.org
Signed-off-by: Kees Cook <keescook@chromium.org>
MAINTAINERS
lib/Kconfig.debug
lib/Makefile
lib/strcat_kunit.c [deleted file]
lib/string_kunit.c