summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--zephyr/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/zephyr/Makefile b/zephyr/Makefile
index b78b4be95f..057a888627 100644
--- a/zephyr/Makefile
+++ b/zephyr/Makefile
@@ -93,3 +93,6 @@ z_clean:
.PHONY: prj.conf
prj.conf: prj_base.conf
$(PYTHON) makeprj.py prj_base.conf prj_$(BOARD).conf $@
+
+test:
+ cd ../tests && ./run-tests --target minimal --device "execpty:make -C ../zephyr run BOARD=$(BOARD) QEMU_PTY=1"