]> git.sur5r.net Git - u-boot/commitdiff
sandbox: Enable env unit tests
authorJoe Hershberger <joe.hershberger@ni.com>
Wed, 20 May 2015 19:27:39 +0000 (14:27 -0500)
committerTom Rini <trini@konsulko.com>
Thu, 21 May 2015 13:16:18 +0000 (09:16 -0400)
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