From 133ebeabc22d9cff260c29af9783b714146121a7 Mon Sep 17 00:00:00 2001 From: Joe Hershberger Date: Wed, 20 May 2015 14:27:39 -0500 Subject: sandbox: Enable env unit tests Enable the new env unit tests on sandbox. Signed-off-by: Joe Hershberger Reviewed-by: Simon Glass --- configs/sandbox_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs') diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 25980173fe..e1d495c89f 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -40,3 +40,4 @@ CONFIG_ERRNO_STR=y CONFIG_UNIT_TEST=y CONFIG_UT_TIME=y CONFIG_UT_DM=y +CONFIG_UT_ENV=y -- cgit v1.2.1