summaryrefslogtreecommitdiff
path: root/test/cmd/Makefile
diff options
context:
space:
mode:
authorHeinrich Schuchardt <[email protected]>2022-10-01 21:42:35 +0200
committerTom Rini <[email protected]>2022-10-12 08:56:24 -0400
commit0b154c8e8c726c68a28847aaa93756f0612995dc (patch)
tree9afbaac9ae4e4bb937bbe472e850e280befe4e2c /test/cmd/Makefile
parenteebb967dce04426b5f4b5f4fda51fbf95dea4c32 (diff)
test: run setexpr test only on sandbox
The test relies on memory being available at 0x0. This in not valid for many boards. Signed-off-by: Heinrich Schuchardt <[email protected]> Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'test/cmd/Makefile')
-rw-r--r--test/cmd/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/cmd/Makefile b/test/cmd/Makefile
index b7b9bd43f6b..f2a5f4ed808 100644
--- a/test/cmd/Makefile
+++ b/test/cmd/Makefile
@@ -15,5 +15,7 @@ obj-$(CONFIG_CMD_LOADM) += loadm.o
obj-$(CONFIG_CMD_MEM_SEARCH) += mem_search.o
obj-$(CONFIG_CMD_PINMUX) += pinmux.o
obj-$(CONFIG_CMD_PWM) += pwm.o
+ifdef CONFIG_SANDBOX
obj-$(CONFIG_CMD_SETEXPR) += setexpr.o
+endif
obj-$(CONFIG_CMD_TEMPERATURE) += temperature.o