Skip to content

Commit cb2d6b1

Browse files
author
Eric Biggers
committed
lib/crypto: tests: Enable Curve25519 test when CRYPTO_SELFTESTS
Now that the Curve25519 library has been disentangled from CRYPTO, adding CRYPTO_SELFTESTS as a default value of CRYPTO_LIB_CURVE25519_KUNIT_TEST no longer causes a recursive kconfig dependency. Do this, which makes this option consistent with the other crypto KUnit test options in the same file. Link: https://lore.kernel.org/r/20250906213523.84915-12-ebiggers@kernel.org Signed-off-by: Eric Biggers <ebiggers@kernel.org>
1 parent 68546e5 commit cb2d6b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/crypto/tests/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ config CRYPTO_LIB_BLAKE2S_KUNIT_TEST
1313
config CRYPTO_LIB_CURVE25519_KUNIT_TEST
1414
tristate "KUnit tests for Curve25519" if !KUNIT_ALL_TESTS
1515
depends on KUNIT
16-
default KUNIT_ALL_TESTS
16+
default KUNIT_ALL_TESTS || CRYPTO_SELFTESTS
1717
select CRYPTO_LIB_BENCHMARK_VISIBLE
1818
select CRYPTO_LIB_CURVE25519
1919
help

0 commit comments

Comments
 (0)