Skip to content

Commit 44b045e

Browse files
musamaanjumshuahkh
authored andcommitted
selftests: lib: remove strscpy test
The strscpy test loads test_strscpy module for testing. But test_strscpy was converted to Kunit (see fixes). Hence remove strscpy. Fixes: 41eefc4 ("string: Convert strscpy() self-test to KUnit") Signed-off-by: Muhammad Usama Anjum <[email protected]> Signed-off-by: Shuah Khan <[email protected]>
1 parent 4e51e13 commit 44b045e

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

tools/testing/selftests/lib/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@
44
# No binaries, but make sure arg-less "make" doesn't trigger "run_tests"
55
all:
66

7-
TEST_PROGS := printf.sh bitmap.sh prime_numbers.sh scanf.sh strscpy.sh
8-
7+
TEST_PROGS := printf.sh bitmap.sh prime_numbers.sh scanf.sh
98
include ../lib.mk

tools/testing/selftests/lib/config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@ CONFIG_TEST_PRINTF=m
22
CONFIG_TEST_SCANF=m
33
CONFIG_TEST_BITMAP=m
44
CONFIG_PRIME_NUMBERS=m
5-
CONFIG_TEST_STRSCPY=m
65
CONFIG_TEST_BITOPS=m

tools/testing/selftests/lib/strscpy.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)