]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
sandbox: Enable env unit tests
authorJoe Hershberger <joe.hershberger@ni.com>
Wed, 20 May 2015 19:27:39 +0000 (14:27 -0500)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:43:17 +0000 (22:43 +0200)
Enable the new env unit tests on sandbox.

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
configs/sandbox_defconfig

index 25980173fef50b819c670a8a673d8d325a7ec5c2..e1d495c89f685a6da052dc1616769a86b5648689 100644 (file)
@@ -40,3 +40,4 @@ CONFIG_ERRNO_STR=y
 CONFIG_UNIT_TEST=y
 CONFIG_UT_TIME=y
 CONFIG_UT_DM=y
+CONFIG_UT_ENV=y