Skip to content

Commit 16ea6ed

Browse files
committed
Enable other tests
1 parent 05dba5f commit 16ea6ed

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

rfl-rust.config

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,13 @@ AX88796B_RUST_PHY=y
1717

1818
CONFIG_KUNIT=y
1919
CONFIG_RUST_KERNEL_DOCTESTS=y
20+
21+
# Other test suites from the `kernel` crate (i.e. `kunit_tests`, `#[test]`).
22+
CONFIG_RUST_KUNIT_TESTS=y
23+
CONFIG_RUST_ALLOCATOR_KUNIT_TEST=y
24+
CONFIG_RUST_KVEC_KUNIT_TEST=y
25+
CONFIG_RUST_BITMAP_KUNIT_TEST=y
26+
CONFIG_RUST_KUNIT_SELFTEST=y
27+
CONFIG_RUST_STR_KUNIT_TEST=y
28+
CONFIG_RUST_ATOMICS_KUNIT_TEST=y
29+
CONFIG_RUST_BITFIELD_KUNIT_TEST=y

0 commit comments

Comments
 (0)