projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab58c46
)
test: Remove ASN1 library test
author
Raymond Mao
<raymond.mao@linaro.org>
Thu, 3 Oct 2024 21:50:39 +0000
(14:50 -0700)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/test/Kconfig
b/test/Kconfig
index e2ec0994a2e467565ad865b9793ad5b363ddacf4..558a9cd49b4eac5d26d03dabeb865dbf8c9c9f86 100644
(file)
--- 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