]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
kunit: configs: Enable all crypto library tests in all_tests.config
authorEric Biggers <ebiggers@kernel.org>
Sat, 14 Mar 2026 03:59:27 +0000 (20:59 -0700)
committerEric Biggers <ebiggers@kernel.org>
Thu, 19 Mar 2026 17:10:30 +0000 (10:10 -0700)
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>
tools/testing/kunit/configs/all_tests.config

index 422e186cf3cf1cc14239c2a967dd01e1007fe2ce..6910b07082da21df5b634b50ca940c1b04bfbdf7 100644 (file)
@@ -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