collapseos/tests/Makefile

11 lines
249 B
Makefile
Raw Normal View History

2020-01-01 05:32:09 +11:00
EMULDIR = ../emul
.PHONY: run
run:
$(MAKE) -C $(EMULDIR) zasm/zasm zasm/avra runbin/runbin shell/shell forth/forth
cd unit && ./runtests.sh
cd zasm && ./runtests.sh
2019-12-14 09:38:40 +11:00
cd avra && ./runtests.sh
2019-12-13 06:32:47 +11:00
cd shell && ./runtests.sh
cd forth && ./runtests.sh