From 18f3afa4be879a9f591518a8f623b30f8b39917d Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 18 Jul 2021 19:02:42 -0600 Subject: [PATCH] snow: Enable unit tests It is useful to have a board with unit tests enabled, to check that this does not break. Let's choose snow, since it is not under active development and it is glorious. Signed-off-by: Simon Glass Reviewed-by: Jaehoon Chung Signed-off-by: Minkyu Kang --- configs/snow_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/snow_defconfig b/configs/snow_defconfig index 6090fea2b8..63a5713a60 100644 --- a/configs/snow_defconfig +++ b/configs/snow_defconfig @@ -92,3 +92,5 @@ CONFIG_VIDEO_BRIDGE_NXP_PTN3460=y CONFIG_LCD=y CONFIG_TPM=y CONFIG_ERRNO_STR=y +CONFIG_UNIT_TEST=y +# CONFIG_UT_LIB_ASN1 is not set -- 2.39.5