commit | 90b301229c03e4702c08b8c0e9142d1d311ba271 | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome.forissier@linaro.org> | Fri Apr 18 16:09:43 2025 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Apr 23 13:19:44 2025 -0600 |
tree | 160157f716eae2d8d9fabf14665588462f027f05 | |
parent | 670df4ee79584c0dd2b110cdd645a332e9bf4d97 [diff] [blame] |
test: cmd: add test for spawn and wait commands Test the spawn and wait commands. Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
diff --git a/test/cmd/Makefile b/test/cmd/Makefile index 8596c5a..595e4cf 100644 --- a/test/cmd/Makefile +++ b/test/cmd/Makefile
@@ -39,3 +39,4 @@ endif obj-$(CONFIG_ARM_FFA_TRANSPORT) += armffa.o endif +obj-$(CONFIG_CMD_SPAWN) += spawn.o