mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-09-22 09:34:56 +02:00
kunit: configs: Enable all crypto library tests in all_tests.config
commit 8d54748223 upstream.
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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
95c05443aa
commit
ca47b87f24
@@ -44,6 +44,8 @@ CONFIG_REGMAP_BUILD=y
|
||||
|
||||
CONFIG_AUDIT=y
|
||||
|
||||
CONFIG_CRYPTO_LIB_ENABLE_ALL_FOR_KUNIT=y
|
||||
|
||||
CONFIG_PRIME_NUMBERS=y
|
||||
|
||||
CONFIG_CRC_ENABLE_ALL_FOR_KUNIT=y
|
||||
|
||||
Reference in New Issue
Block a user