2019-12-31 13:32:09 -05:00
|
|
|
EMULDIR = ../emul
|
2019-05-17 09:33:20 -04:00
|
|
|
|
|
|
|
.PHONY: run
|
|
|
|
run:
|
2020-03-19 15:43:48 -04:00
|
|
|
$(MAKE) -C $(EMULDIR) zasm/zasm zasm/avra runbin/runbin shell/shell forth/forth
|
2019-05-17 09:33:20 -04:00
|
|
|
cd unit && ./runtests.sh
|
|
|
|
cd zasm && ./runtests.sh
|
2019-12-13 17:38:40 -05:00
|
|
|
cd avra && ./runtests.sh
|
2019-12-12 14:32:47 -05:00
|
|
|
cd shell && ./runtests.sh
|
2020-03-19 15:43:48 -04:00
|
|
|
cd forth && ./runtests.sh
|