summaryrefslogtreecommitdiff
path: root/tools/testing/kunit
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@kernel.org>2026-03-14 10:22:24 -0700
committerEric Biggers <ebiggers@kernel.org>2026-03-17 09:29:10 -0700
commit44ff3791d6295f7b51dd2711aad6a03dd79aef22 (patch)
tree516afe5b2c5c2176d2af60749d26ff4561087634 /tools/testing/kunit
parentc13cee2fc7f137dd25ed50c63eddcc578624f204 (diff)
downloadlwn-44ff3791d6295f7b51dd2711aad6a03dd79aef22.tar.gz
lwn-44ff3791d6295f7b51dd2711aad6a03dd79aef22.zip
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>
Diffstat (limited to 'tools/testing/kunit')
-rw-r--r--tools/testing/kunit/configs/all_tests.config2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/testing/kunit/configs/all_tests.config b/tools/testing/kunit/configs/all_tests.config
index 422e186cf3cf..c1d3659a41cf 100644
--- a/tools/testing/kunit/configs/all_tests.config
+++ b/tools/testing/kunit/configs/all_tests.config
@@ -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