]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
kunit: configs: Enable all CRC tests in all_tests.config
authorEric Biggers <ebiggers@kernel.org>
Sat, 14 Mar 2026 17:22:24 +0000 (10:22 -0700)
committerEric Biggers <ebiggers@kernel.org>
Tue, 17 Mar 2026 16:29:10 +0000 (09:29 -0700)
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>
tools/testing/kunit/configs/all_tests.config

index 422e186cf3cf1cc14239c2a967dd01e1007fe2ce..c1d3659a41cf0a3556e73b0df687648a0018db30 100644 (file)
@@ -46,6 +46,8 @@ CONFIG_AUDIT=y
 
 CONFIG_PRIME_NUMBERS=y
 
+CONFIG_CRC_ENABLE_ALL_FOR_KUNIT=y
+
 CONFIG_SECURITY=y
 CONFIG_SECURITY_APPARMOR=y
 CONFIG_SECURITY_LANDLOCK=y