]> gitweb.michael.orlitzky.com - dunshire.git/blobdiff - makefile
Add a most basic test suite runner (for doctests only, at the moment).
[dunshire.git] / makefile
index ca681470d68f08f9f9ef2c62a27c7b503b4c69d7..f1be9f05c3fd786b693f29a1091baf677c8b4c4f 100644 (file)
--- a/makefile
+++ b/makefile
@@ -1,3 +1,7 @@
+.PHONY: check
+check:
+       python test/suite.py
+
 .PHONY: clean
 clean:
        rm -r __pycache__