Skip to content

Commit da1e6a1

Browse files
committed
rust: add rust/.kunitconfig
Add a .kunitconfig file with the required configuration options to allow to easily run the KUnit tests without adding them manually: $ ./tools/testing/kunit/kunit.py run --kunitconfig=rust \ --make_options LLVM=1 --arch=x86_64 Signed-off-by: José Expósito <[email protected]>
1 parent bd12347 commit da1e6a1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

rust/.kunitconfig

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
CONFIG_KUNIT=y
2+
CONFIG_RUST=y
3+
CONFIG_RUST_KERNEL_KUNIT_TEST=y

0 commit comments

Comments
 (0)