You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Note that "CONFIG_UML" is set to "n" because UML is not working at the
moment [1].
[1] Rust-for-Linux#881
Reviewed-by: David Gow <[email protected]>
Signed-off-by: José Expósito <[email protected]>
0 commit comments