collapseos/tools/tests/Makefile

8 lines
129 B
Makefile
Raw Normal View History

EMULDIR = ../../tools/emul
.PHONY: run
run:
make -C $(EMULDIR) zasm runbin
cd unit && ./runtests.sh
cd zasm && ./runtests.sh