diff options
-rw-r--r-- | ports/zephyr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/zephyr/Makefile b/ports/zephyr/Makefile index 8b7cb76c3..2e6cb41b9 100644 --- a/ports/zephyr/Makefile +++ b/ports/zephyr/Makefile @@ -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" |