c072096909
There's no reason to run them only under CVM.
7 lines
114 B
Makefile
7 lines
114 B
Makefile
.PHONY: run
|
|
run:
|
|
$(MAKE) -C ../cvm all
|
|
$(MAKE) -C ../emul all
|
|
cd all && ./runtests.sh
|
|
cd z80 && ./runtests.sh
|