mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-04-13 09:59:31 +00:00
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 <linux@weissschuh.net> Reviewed-by: David Gow <davidgow@google.com> Link: https://lore.kernel.org/r/20250208-rust-kunit-v1-2-94a026be6d72@weissschuh.net Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
This commit is contained in:
parent
6b2dab17d6
commit
fb625227d5
1 changed files with 3 additions and 0 deletions
3
rust/.kunitconfig
Normal file
3
rust/.kunitconfig
Normal file
|
@ -0,0 +1,3 @@
|
|||
CONFIG_KUNIT=y
|
||||
CONFIG_RUST=y
|
||||
CONFIG_RUST_KERNEL_DOCTESTS=y
|
Loading…
Add table
Reference in a new issue