]> gitweb.michael.orlitzky.com - dunshire.git/blobdiff - makefile
Build looping into the test suite and make doctests optional.
[dunshire.git] / makefile
index 9f9798bf94eda41d74dfd7194f3773bcc6544f9d..49c43cea3c4312898d0f87c8e63ca22c1b2eeee3 100644 (file)
--- a/makefile
+++ b/makefile
@@ -16,14 +16,9 @@ doctest:
 check:
        PYTHONPATH="." test/__main__.py
 
-.PHONE: checkloop
+.PHONY: checkloop
 checkloop:
-       COUNT=0; \
-       while [ $$? -eq 0 ]; do \
-            COUNT=`expr $$COUNT + 1`; \
-            echo $$COUNT; \
-            PYTHONPATH="." test/__main__.py; \
-        done;
+       PYTHONPATH="." test/__main__.py --no-doctests --loop
 
 .PHONY: lint
 lint: