mirror of
https://github.com/nineties/planckforth
synced 2024-12-26 21:58:42 +01:00
Add test
target to Makefile
This commit is contained in:
parent
d8c91114e5
commit
a92ed1ac7f
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
@ -14,6 +14,9 @@ python: others/planck.py
|
||||||
cp others/planck.py planck
|
cp others/planck.py planck
|
||||||
chmod +x planck
|
chmod +x planck
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean test
|
||||||
clean:
|
clean:
|
||||||
rm -f planck
|
rm -f planck
|
||||||
|
|
||||||
|
test: planck bootstrap.fs runtests.fs
|
||||||
|
./planck < bootstrap.fs runtests.fs
|
||||||
|
|
Loading…
Reference in a new issue