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

zephyr/Makefile: Revamp "test" target after ports were moved to ports/.

parent d6f9d64d
No related branches found
No related tags found
No related merge requests found
......@@ -102,4 +102,4 @@ prj_$(BOARD)_merged.conf: prj_base.conf prj_$(BOARD).conf
$(PYTHON) makeprj.py prj_base.conf prj_$(BOARD).conf $@
test:
cd $(TOP)/tests && ./run-tests --target minimal --device "execpty:make -C ../zephyr run BOARD=$(BOARD) QEMU_PTY=1"
cd $(TOP)/tests && ./run-tests --target minimal --device "execpty:make -C ../ports/zephyr run BOARD=$(BOARD) QEMU_PTY=1"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment