collapseos/tests/Makefile

11 lines
249 B
Makefile
Raw Normal View History

2019-12-31 13:32:09 -05: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-13 17:38:40 -05:00
cd avra && ./runtests.sh
2019-12-12 14:32:47 -05:00
cd shell && ./runtests.sh
cd forth && ./runtests.sh