1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-16 21:28:45 +10:00
collapseos/tools/tests/Makefile
2019-12-13 17:38:40 -05:00

18 lines
345 B
Makefile

EMULDIR = ../emul
CFSPACK = ../cfspack/cfspack
.PHONY: run
run:
$(MAKE) -C $(EMULDIR) zasm/zasm zasm/avra runbin/runbin shell/shell
cd unit && ./runtests.sh
cd zasm && ./runtests.sh
cd avra && ./runtests.sh
cd shell && ./runtests.sh
$(CFSPACK):
$(MAKE) -C ../cfspack
.PHONY: cfs
cfs: $(CFSPACK)
$(CFSPACK) shell/cfsin > shell/test.cfs