Run tests from Makefile.

pull/7/head
Ferry Boender 9 years ago
parent a45440de95
commit 8acae2ad09
  1. 5
      Makefile

@ -1,4 +1,4 @@
.PHONY: doc
.PHONY: doc test
PROG=scriptform
install:
@ -79,3 +79,6 @@ clean:
rm -rf examples/megacorp_acc/megacorp.db
rm -rf examples/megacorp_acc/.coverage
rm -rf examples/megacorp_acc/htmlcov
test:
cd test && python ./test.py

Loading…
Cancel
Save