diff options
author | Joe Hershberger | 2015-05-20 14:27:39 -0500 |
---|---|---|
committer | Tom Rini | 2015-05-21 09:16:18 -0400 |
commit | 133ebeabc22d9cff260c29af9783b714146121a7 (patch) | |
tree | fae332200190b5e641c3654c3d035f2fdbf402ab | |
parent | f68c2b259298177763c285d8e4b2394d8b2833c3 (diff) |
sandbox: Enable env unit tests
Enable the new env unit tests on sandbox.
Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
-rw-r--r-- | configs/sandbox_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 25980173fef..e1d495c89f6 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 |