summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/Makefile
diff options
context:
space:
mode:
authorLaura Nao <laura.nao@collabora.com>2024-02-29 18:52:35 +0300
committerShuah Khan <skhan@linuxfoundation.org>2024-03-04 23:13:04 +0300
commit5d94da7ff00ef45737a64d947e7ff45aca972782 (patch)
treebfff9ff7cb00bdb2d9ffa05ca759d5581f3dc8e3 /tools/testing/selftests/Makefile
parent539cd3f4da3fdbe7dc353634e004e4b0e725c35a (diff)
downloadlinux-5d94da7ff00ef45737a64d947e7ff45aca972782.tar.xz
kselftest: Add basic test for probing the rust sample modules
Add new basic kselftest that checks if the available rust sample modules can be added and removed correctly. Signed-off-by: Laura Nao <laura.nao@collabora.com> Reviewed-by: Sergio Gonzalez Collado <sergio.collado@gmail.com> Reviewed-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/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/Makefile b/tools/testing/selftests/Makefile
index 7e5960cda08c..cd9ae576bfde 100644
--- a/tools/testing/selftests/Makefile
+++ b/tools/testing/selftests/Makefile
@@ -79,6 +79,7 @@ TARGETS += riscv
TARGETS += rlimits
TARGETS += rseq
TARGETS += rtc
+TARGETS += rust
TARGETS += seccomp
TARGETS += sgx
TARGETS += sigaltstack