diff mbox series

[3/3] test/cmd: Move wget test to under a sandbox guard

Message ID 20240816034905.3541020-3-trini@konsulko.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [1/3] test/overlay: Make this depend on SANDBOX | expand

Commit Message

Tom Rini Aug. 16, 2024, 3:49 a.m. UTC
This test is sandbox-centric, so guard it so.

Signed-off-by: Tom Rini <trini@konsulko.com>
---
 test/cmd/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Simon Glass Aug. 16, 2024, 2:49 p.m. UTC | #1
On Thu, 15 Aug 2024 at 21:49, Tom Rini <trini@konsulko.com> wrote:
>
> This test is sandbox-centric, so guard it so.
>
> Signed-off-by: Tom Rini <trini@konsulko.com>
> ---
>  test/cmd/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

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


>
> diff --git a/test/cmd/Makefile b/test/cmd/Makefile
> index 478ef4c6f057..8f2134998ad0 100644
> --- a/test/cmd/Makefile
> +++ b/test/cmd/Makefile
> @@ -30,7 +30,7 @@ ifdef CONFIG_SANDBOX
>  obj-$(CONFIG_CMD_MBR) += mbr.o
>  obj-$(CONFIG_CMD_READ) += rw.o
>  obj-$(CONFIG_CMD_SETEXPR) += setexpr.o
> +obj-$(CONFIG_CMD_WGET) += wget.o
>  obj-$(CONFIG_ARM_FFA_TRANSPORT) += armffa.o
>  endif
>  obj-$(CONFIG_CMD_TEMPERATURE) += temperature.o
> -obj-$(CONFIG_CMD_WGET) += wget.o
> --
> 2.34.1
>
diff mbox series

Patch

diff --git a/test/cmd/Makefile b/test/cmd/Makefile
index 478ef4c6f057..8f2134998ad0 100644
--- a/test/cmd/Makefile
+++ b/test/cmd/Makefile
@@ -30,7 +30,7 @@  ifdef CONFIG_SANDBOX
 obj-$(CONFIG_CMD_MBR) += mbr.o
 obj-$(CONFIG_CMD_READ) += rw.o
 obj-$(CONFIG_CMD_SETEXPR) += setexpr.o
+obj-$(CONFIG_CMD_WGET) += wget.o
 obj-$(CONFIG_ARM_FFA_TRANSPORT) += armffa.o
 endif
 obj-$(CONFIG_CMD_TEMPERATURE) += temperature.o
-obj-$(CONFIG_CMD_WGET) += wget.o