Commit fb625227 authored by Thomas Weißschuh's avatar Thomas Weißschuh Committed by Miguel Ojeda
Browse files

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: default avatarThomas Weißschuh <linux@weissschuh.net>
Reviewed-by: default avatarDavid Gow <davidgow@google.com>
Link: https://lore.kernel.org/r/20250208-rust-kunit-v1-2-94a026be6d72@weissschuh.net


Signed-off-by: default avatarMiguel Ojeda <ojeda@kernel.org>
parent 6b2dab17
Loading
Loading
Loading
Loading

rust/.kunitconfig

0 → 100644
+3 −0
Original line number Diff line number Diff line
CONFIG_KUNIT=y
CONFIG_RUST=y
CONFIG_RUST_KERNEL_DOCTESTS=y