summaryrefslogtreecommitdiff
path: root/test/cmd/Makefile
diff options
context:
space:
mode:
authorJerome Forissier <[email protected]>2025-04-18 16:09:43 +0200
committerTom Rini <[email protected]>2025-04-23 13:19:44 -0600
commit82bbd95fa92e4f3d75c9dbced3e1b07b11241e48 (patch)
tree160157f716eae2d8d9fabf14665588462f027f05 /test/cmd/Makefile
parentec89a4f7a3cbdfe601a45c110b375e925190f095 (diff)
test: cmd: add test for spawn and wait commands
Test the spawn and wait commands. Signed-off-by: Jerome Forissier <[email protected]> Acked-by: Ilias Apalodimas <[email protected]>
Diffstat (limited to 'test/cmd/Makefile')
-rw-r--r--test/cmd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cmd/Makefile b/test/cmd/Makefile
index 8596c5ad753..595e4cfcada 100644
--- a/test/cmd/Makefile
+++ b/test/cmd/Makefile
@@ -39,3 +39,4 @@ obj-$(CONFIG_CMD_WGET) += wget.o
endif
obj-$(CONFIG_ARM_FFA_TRANSPORT) += armffa.o
endif
+obj-$(CONFIG_CMD_SPAWN) += spawn.o