summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@kernel.org>2026-03-13 20:59:27 -0700
committerEric Biggers <ebiggers@kernel.org>2026-03-19 10:10:30 -0700
commit8d547482231fef30d0d6440629b73560ad3e937c (patch)
treebe9d244991ffc693176242e2f5c36aed5bb5660a /tools
parented1767442d919f57aaf83d69c33853da2644d902 (diff)
downloadlwn-8d547482231fef30d0d6440629b73560ad3e937c.tar.gz
lwn-8d547482231fef30d0d6440629b73560ad3e937c.zip
kunit: configs: Enable all crypto library tests in all_tests.config
The new option CONFIG_CRYPTO_LIB_ENABLE_ALL_FOR_KUNIT enables all the crypto library 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. Link: https://lore.kernel.org/r/20260314035927.51351-3-ebiggers@kernel.org Signed-off-by: Eric Biggers <ebiggers@kernel.org>
Diffstat (limited to 'tools')
-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..6910b07082da 100644
--- a/tools/testing/kunit/configs/all_tests.config
+++ b/tools/testing/kunit/configs/all_tests.config
@@ -44,6 +44,8 @@ CONFIG_REGMAP_BUILD=y
CONFIG_AUDIT=y
+CONFIG_CRYPTO_LIB_ENABLE_ALL_FOR_KUNIT=y
+
CONFIG_PRIME_NUMBERS=y
CONFIG_SECURITY=y