diff mbox

[U-Boot,v5,26/26] sandbox: Enable env unit tests

Message ID 1432150059-24238-27-git-send-email-joe.hershberger@ni.com
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Joe Hershberger May 20, 2015, 7:27 p.m. UTC
Enable the new env unit tests on sandbox.

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

Changes in v5: None
Changes in v4: None
Changes in v3: None
Changes in v2:
-New for version 2

 configs/sandbox_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Tom Rini May 23, 2015, 12:41 p.m. UTC | #1
On Wed, May 20, 2015 at 02:27:39PM -0500, Joe Hershberger wrote:

> Enable the new env unit tests on sandbox.
> 
> Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
> Reviewed-by: Simon Glass <sjg@chromium.org>

Applied to u-boot/master, thanks!
diff mbox

Patch

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_ERRNO_STR=y
 CONFIG_UNIT_TEST=y
 CONFIG_UT_TIME=y
 CONFIG_UT_DM=y
+CONFIG_UT_ENV=y