collapseos/tests/Makefile
Virgil Dupras c072096909 tests: run "generic" tests under all Collapse OS architectures
There's no reason to run them only under CVM.
2020-10-24 14:57:33 -04:00

7 lines
114 B
Makefile

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