commit | 3841827ec72a7f077e81d5f3e4e270d79b08d0a5 | [log] [tgz] |
---|---|---|
author | Joe Hershberger <joe.hershberger@ni.com> | Wed May 20 14:27:39 2015 -0500 |
committer | Tom Rini <trini@konsulko.com> | Thu May 21 09:16:18 2015 -0400 |
tree | fae332200190b5e641c3654c3d035f2fdbf402ab | |
parent | 61a9507e7e85bd73599b552e4687e49cdc8f8ee5 [diff] [blame] |
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>
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 2598017..e1d495c 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig
@@ -40,3 +40,4 @@ CONFIG_UNIT_TEST=y CONFIG_UT_TIME=y CONFIG_UT_DM=y +CONFIG_UT_ENV=y