From: Pantelis Antoniou Date: Mon, 4 Sep 2017 20:12:21 +0000 (+0300) Subject: config: sandbox: Add unit tests X-Git-Tag: v2017.11-rc1~90^2~2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1e9c4393fd0bc70b53d8159591043732acfb2bf3;p=u-boot config: sandbox: Add unit tests Add unit tests for sandbox default config. Signed-off-by: Pantelis Antoniou Acked-by: Simon Glass --- diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 4c4e4809be..54120c2cc6 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -189,7 +189,9 @@ CONFIG_CMD_DHRYSTONE=y CONFIG_TPM=y CONFIG_LZ4=y CONFIG_ERRNO_STR=y +CONFIG_OF_LIBFDT_OVERLAY=y CONFIG_UNIT_TEST=y CONFIG_UT_TIME=y CONFIG_UT_DM=y CONFIG_UT_ENV=y +CONFIG_UT_OVERLAY=y