From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Hershberger Date: Thu, 7 May 2015 04:49:17 -0500 Subject: [U-Boot] [PATCH v4 26/26] sandbox: Enable env unit tests In-Reply-To: <1430992157-27443-1-git-send-email-joe.hershberger@ni.com> References: <1430683982-9832-1-git-send-email-joe.hershberger@ni.com> <1430992157-27443-1-git-send-email-joe.hershberger@ni.com> Message-ID: <1430992157-27443-27-git-send-email-joe.hershberger@ni.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Enable the new env unit tests on sandbox. Signed-off-by: Joe Hershberger Reviewed-by: Simon Glass --- Changes in v4: None Changes in v3: None Changes in v2: -New for version 2 configs/sandbox_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index c3b5ecc..5eb9d9d 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -31,3 +31,4 @@ CONFIG_USB_EMUL=y CONFIG_USB_STORAGE=y CONFIG_UNIT_TEST=y CONFIG_UT_DM=y +CONFIG_UT_ENV=y -- 1.7.11.5