1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-07-24 04:30:19 +10:00
collapseos/tools/tests/Makefile
Virgil Dupras 013a3b74c8 Add the concept of unit tests
Will be much much easier to tests new core routines without having to
re-create their context first.

Also, extract parse.asm from core.asm
2019-05-17 09:33:20 -04:00

8 lines
129 B
Makefile

EMULDIR = ../../tools/emul
.PHONY: run
run:
make -C $(EMULDIR) zasm runbin
cd unit && ./runtests.sh
cd zasm && ./runtests.sh