diff options
author | Muhammad Usama Anjum <usama.anjum@collabora.com> | 2024-07-25 13:08:03 +0200 |
---|---|---|
committer | Shuah Khan <skhan@linuxfoundation.org> | 2024-08-01 21:55:33 +0200 |
commit | 4e51e13bd986cab31dfab5c3bff1678171debbd1 (patch) | |
tree | e0978d4b18fab34479b44ef4bc3ef7b0efcf8965 /tools/testing/selftests/Makefile | |
parent | kselftest: cpufreq: Add RTC wakeup alarm (diff) | |
download | linux-4e51e13bd986cab31dfab5c3bff1678171debbd1.tar.xz linux-4e51e13bd986cab31dfab5c3bff1678171debbd1.zip |
selftests: user: remove user suite
The user test suite has only one test, test_user_copy which loads
test_user_copy module for testing. But test_user_copy module has already
been converted to kunit (see fixes). Hence remove the entire suite.
Fixes: cf6219ee889f ("usercopy: Convert test_user_copy to KUnit test")
Signed-off-by: Muhammad Usama Anjum <usama.anjum@collabora.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'tools/testing/selftests/Makefile')
-rw-r--r-- | tools/testing/selftests/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/testing/selftests/Makefile b/tools/testing/selftests/Makefile index bc8fe9e8f7f2..af2429431b6b 100644 --- a/tools/testing/selftests/Makefile +++ b/tools/testing/selftests/Makefile @@ -107,7 +107,6 @@ TARGETS += tmpfs TARGETS += tpm2 TARGETS += tty TARGETS += uevent -TARGETS += user TARGETS += user_events TARGETS += vDSO TARGETS += mm |