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

pull/1/head
Paul Sokolovsky 2017-09-10 22:25:43 +03:00
parent d6f9d64d97
commit c46d480adc
1 changed files with 1 additions and 1 deletions

View File

@ -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"