Skip to content

Commit fb62522

Browse files
t-8chojeda
authored andcommitted
rust: add kunitconfig
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 <[email protected]> Reviewed-by: David Gow <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Miguel Ojeda <[email protected]>
1 parent 6b2dab1 commit fb62522

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

rust/.kunitconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
CONFIG_KUNIT=y
2+
CONFIG_RUST=y
3+
CONFIG_RUST_KERNEL_DOCTESTS=y

0 commit comments

Comments
 (0)