From fb625227d540ddead4d21813410a116e9452d232 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thomas=20Wei=C3=9Fschuh?= Date: Sat, 8 Feb 2025 14:31:15 +0100 Subject: [PATCH] rust: add kunitconfig MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The kunitconfig file in a directory is used by kunit.py to enable all necessary kernel configurations to run the tests in that subdirectory. Add such a file for rust/. Signed-off-by: Thomas Weißschuh Reviewed-by: David Gow Link: https://lore.kernel.org/r/20250208-rust-kunit-v1-2-94a026be6d72@weissschuh.net Signed-off-by: Miguel Ojeda --- rust/.kunitconfig | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 rust/.kunitconfig diff --git a/rust/.kunitconfig b/rust/.kunitconfig new file mode 100644 index 0000000000000..9e72a5ab03c9a --- /dev/null +++ b/rust/.kunitconfig @@ -0,0 +1,3 @@ +CONFIG_KUNIT=y +CONFIG_RUST=y +CONFIG_RUST_KERNEL_DOCTESTS=y -- 2.39.5