string: Convert KUnit test names to standard convention
authorKees Cook <keescook@chromium.org>
Fri, 19 Apr 2024 14:01:54 +0000 (07:01 -0700)
committerKees Cook <keescook@chromium.org>
Fri, 19 Apr 2024 20:12:02 +0000 (13:12 -0700)
commitdde915c5cba1fe49e980efe72662d9bc2a6b7ffd
tree25a7790f944427bb82aa106f4cce6f85dfab2af6
parentbd678f7d9b72ab8b6978dac92b841e46f4b935a3
string: Convert KUnit test names to standard convention

The KUnit convention for test names is AREA_test_WHAT. Adjust the string
test names to follow this pattern.

Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Tested-by: Ivan Orlov <ivan.orlov0322@gmail.com>
Link: https://lore.kernel.org/r/20240419140155.3028912-5-keescook@chromium.org
Signed-off-by: Kees Cook <keescook@chromium.org>
lib/string_kunit.c