summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/rust/config
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/rust/config
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/rust/config')
-rw-r--r--tools/testing/selftests/rust/config5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/testing/selftests/rust/config b/tools/testing/selftests/rust/config
new file mode 100644
index 000000000000..b4002acd40bc
--- /dev/null
+++ b/tools/testing/selftests/rust/config
@@ -0,0 +1,5 @@
+CONFIG_RUST=y
+CONFIG_SAMPLES=y
+CONFIG_SAMPLES_RUST=y
+CONFIG_SAMPLE_RUST_MINIMAL=m
+CONFIG_SAMPLE_RUST_PRINT=m \ No newline at end of file