aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/rust/Makefile
diff options
context:
space:
mode:
authorLaura Nao <laura.nao@collabora.com>2024-02-29 16:52:35 +0100
committerShuah Khan <skhan@linuxfoundation.org>2024-03-04 13:13:04 -0700
commit5d94da7ff00ef45737a64d947e7ff45aca972782 (patch)
treebfff9ff7cb00bdb2d9ffa05ca759d5581f3dc8e3 /tools/testing/selftests/rust/Makefile
parentselftests: lib.mk: Do not process TEST_GEN_MODS_DIR (diff)
downloadlinux-5d94da7ff00ef45737a64d947e7ff45aca972782.tar.gz
linux-5d94da7ff00ef45737a64d947e7ff45aca972782.zip
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/rust/Makefile')
-rw-r--r--tools/testing/selftests/rust/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/testing/selftests/rust/Makefile b/tools/testing/selftests/rust/Makefile
new file mode 100644
index 000000000000..fce1584d3bc0
--- /dev/null
+++ b/tools/testing/selftests/rust/Makefile
@@ -0,0 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0
+TEST_PROGS += test_probe_samples.sh
+
+include ../lib.mk