From: Simon Glass Date: Mon, 19 Jul 2021 01:02:42 +0000 (-0600) Subject: snow: Enable unit tests X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=18f3afa4be879a9f591518a8f623b30f8b39917d;p=u-boot.git 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 --- 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