diff options
| author | Raymond Mao <[email protected]> | 2024-10-03 14:50:39 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-10-14 17:58:52 -0600 |
| commit | 4e1ca0416bb3bfba7a57fc111a558ea63d8ceb12 (patch) | |
| tree | e2952c3a24ebd1aab9ed593ddf9acfb7714ca290 /test/Kconfig | |
| parent | ab58c46584f3aafd47f7c3c123ef96e7c44e873a (diff) | |
test: Remove ASN1 library test
With MBEDTLS_LIB_X509 enabled, we don't build the original ASN1 lib,
So remove it from test.
Signed-off-by: Raymond Mao <[email protected]>
Reviewed-by: Ilias Apalodimas <[email protected]>
Diffstat (limited to 'test/Kconfig')
| -rw-r--r-- | test/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Kconfig b/test/Kconfig index e2ec0994a2e..558a9cd49b4 100644 --- a/test/Kconfig +++ b/test/Kconfig @@ -32,7 +32,7 @@ if UT_LIB config UT_LIB_ASN1 bool "Unit test for asn1 compiler and decoder function" - depends on SANDBOX + depends on SANDBOX && !MBEDTLS_LIB_X509 default y imply ASYMMETRIC_KEY_TYPE imply ASYMMETRIC_PUBLIC_KEY_SUBTYPE |
