]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
test: Make UT_LIB_ASN1 depend on sandbox
authorSimon Glass <sjg@chromium.org>
Mon, 2 Oct 2023 01:15:14 +0000 (19:15 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 13 Dec 2023 23:39:05 +0000 (18:39 -0500)
This doesn't seem to work on a real board, so use the test on sandbox
only.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/Kconfig

index c3db727c58e38dbbb7498a23ac128dc81b81331e..310fb1ba6eaa678fb54220b38f91676af36af82f 100644 (file)
@@ -32,6 +32,7 @@ if UT_LIB
 
 config UT_LIB_ASN1
        bool "Unit test for asn1 compiler and decoder function"
+       depends on SANDBOX
        default y
        imply ASYMMETRIC_KEY_TYPE
        imply ASYMMETRIC_PUBLIC_KEY_SUBTYPE