1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-07-26 00:00:19 +10:00
collapseos/tests/Makefile

10 lines
145 B
Makefile

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