1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-07-24 01:30:18 +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