From: Joe Hershberger Date: Wed, 20 May 2015 19:27:39 +0000 (-0500) Subject: sandbox: Enable env unit tests X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=133ebeabc22d9cff260c29af9783b714146121a7;p=project%2Fbcm63xx%2Fu-boot.git sandbox: Enable env unit tests Enable the new env unit tests on sandbox. Signed-off-by: Joe Hershberger Reviewed-by: Simon Glass --- 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