1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-07 11:38:46 +10:00
collapseos/tools/tests/Makefile
2019-12-12 14:32:47 -05:00

9 lines
174 B
Makefile

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