]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
test: Remove ASN1 library test
authorRaymond Mao <raymond.mao@linaro.org>
Thu, 3 Oct 2024 21:50:39 +0000 (14:50 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 14 Oct 2024 23:58:52 +0000 (17:58 -0600)
With MBEDTLS_LIB_X509 enabled, we don't build the original ASN1 lib,
So remove it from test.

Signed-off-by: Raymond Mao <raymond.mao@linaro.org>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
test/Kconfig

index e2ec0994a2e467565ad865b9793ad5b363ddacf4..558a9cd49b4eac5d26d03dabeb865dbf8c9c9f86 100644 (file)
@@ -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