mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 19:50:30 +01:00
zephyr/Makefile: Add "test" target, runs testsuite in QEMU.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user