1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-10-03 22:20:56 +10:00
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