diff mbox

[U-Boot,v2,19/19] sandbox: Enable env unit tests

Message ID 1430286666-392-20-git-send-email-joe.hershberger@ni.com
State Superseded
Headers show

Commit Message

Joe Hershberger April 29, 2015, 5:51 a.m. UTC
Enable the new env unit tests on sandbox.

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
---

Changes in v2:
-New for version 2

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

Comments

Simon Glass May 1, 2015, 3:46 a.m. UTC | #1
On 28 April 2015 at 23:51, Joe Hershberger <joe.hershberger@ni.com> wrote:
> Enable the new env unit tests on sandbox.
>
> Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
> ---
>
> Changes in v2:
> -New for version 2
>
>  configs/sandbox_defconfig | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Simon Glass <sjg@chromium.org>

>
> diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig
> index 2bf3799..ff05c95 100644
> --- a/configs/sandbox_defconfig
> +++ b/configs/sandbox_defconfig
> @@ -27,3 +27,4 @@ CONFIG_USB=y
>  CONFIG_USB_EMUL=y
>  CONFIG_USB_STORAGE=y
>  CONFIG_REGEX=y
> +CONFIG_ENV_TEST=y
> --
> 1.7.11.5
>
diff mbox

Patch

diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig
index 2bf3799..ff05c95 100644
--- a/configs/sandbox_defconfig
+++ b/configs/sandbox_defconfig
@@ -27,3 +27,4 @@  CONFIG_USB=y
 CONFIG_USB_EMUL=y
 CONFIG_USB_STORAGE=y
 CONFIG_REGEX=y
+CONFIG_ENV_TEST=y