diff mbox series

[04/34] test: Make UT_LIB_ASN1 depend on sandbox

Message ID 20231002011553.463514-5-sjg@chromium.org
State Accepted
Commit f2311519caf7fcf98afccd68a8922bf6a8cea2fc
Delegated to: Simon Glass
Headers show
Series x86: expo: Add support for editing coreboot CMOS RAM settings | expand

Commit Message

Simon Glass Oct. 2, 2023, 1:15 a.m. UTC
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 | 1 +
 1 file changed, 1 insertion(+)

Comments

Simon Glass Dec. 13, 2023, 8:39 p.m. UTC | #1
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 | 1 +
 1 file changed, 1 insertion(+)

Applied to u-boot-dm/next, thanks!
diff mbox series

Patch

diff --git a/test/Kconfig b/test/Kconfig
index 830245b6f9a9..69d63a5ff7dd 100644
--- a/test/Kconfig
+++ b/test/Kconfig
@@ -31,6 +31,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