Skip to content

Commit 44ff379

Browse files
author
Eric Biggers
committed
kunit: configs: Enable all CRC tests in all_tests.config
The new option CONFIG_CRC_ENABLE_ALL_FOR_KUNIT enables all the CRC code that has KUnit tests, causing CONFIG_KUNIT_ALL_TESTS to enable all these tests. Add this option to all_tests.config so that kunit.py will run them when passed the --alltests option. Acked-by: Ard Biesheuvel <ardb@kernel.org> Link: https://lore.kernel.org/r/20260314172224.15152-1-ebiggers@kernel.org Signed-off-by: Eric Biggers <ebiggers@kernel.org>
1 parent c13cee2 commit 44ff379

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tools/testing/kunit/configs/all_tests.config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ CONFIG_AUDIT=y
4646

4747
CONFIG_PRIME_NUMBERS=y
4848

49+
CONFIG_CRC_ENABLE_ALL_FOR_KUNIT=y
50+
4951
CONFIG_SECURITY=y
5052
CONFIG_SECURITY_APPARMOR=y
5153
CONFIG_SECURITY_LANDLOCK=y

0 commit comments

Comments
 (0)