Skip to content
Snippets Groups Projects
Commit a9e6f08a authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

zephyr/Makefile: Add "test" target, runs testsuite in QEMU.

parent 647e72ca
No related branches found
No related tags found
No related merge requests found
......@@ -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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment