1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-19 09:08:46 +10:00
collapseos/tests/Makefile
2020-10-24 23:38:06 -04:00

8 lines
147 B
Makefile

.PHONY: run
run:
$(MAKE) -C ../cvm all
$(MAKE) -C ../emul/z80 all
$(MAKE) -C ../emul/8086 all
cd all && ./runtests.sh
cd z80 && ./runtests.sh