Add test target to Makefile

This commit is contained in:
Koichi Nakamura 2021-05-06 00:11:38 +09:00
parent d8c91114e5
commit a92ed1ac7f

View file

@ -14,6 +14,9 @@ python: others/planck.py
cp others/planck.py planck
chmod +x planck
.PHONY: clean
.PHONY: clean test
clean:
rm -f planck
test: planck bootstrap.fs runtests.fs
./planck < bootstrap.fs runtests.fs