]> gitweb.michael.orlitzky.com - dunshire.git/blobdiff - makefile
Build looping into the test suite and make doctests optional.
[dunshire.git] / makefile
index aedc342a682bacac4143fcebf498a0d71ed5e127..49c43cea3c4312898d0f87c8e63ca22c1b2eeee3 100644 (file)
--- a/makefile
+++ b/makefile
@@ -14,7 +14,11 @@ doctest:
 
 .PHONY: check
 check:
-       PYTHONPATH="." python test/
+       PYTHONPATH="." test/__main__.py
+
+.PHONY: checkloop
+checkloop:
+       PYTHONPATH="." test/__main__.py --no-doctests --loop
 
 .PHONY: lint
 lint: