1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-07-23 01:10:21 +10:00
collapseos/tests/Makefile
Virgil Dupras f0cbda1f2e tests: add Forth tests
Modest first step
2020-03-19 15:43:48 -04:00

11 lines
249 B
Makefile

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
cd avra && ./runtests.sh
cd shell && ./runtests.sh
cd forth && ./runtests.sh