X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=makefile;h=49c43cea3c4312898d0f87c8e63ca22c1b2eeee3;hb=28bbeaaf75c62e88621e2c64919020904766f646;hp=8eb2751b3992a0fb059137803ca977e2c62ad7ce;hpb=903bd9bee55bcc404ae39a94d2625814d5bcc2a3;p=dunshire.git diff --git a/makefile b/makefile index 8eb2751..49c43ce 100644 --- a/makefile +++ b/makefile @@ -16,6 +16,10 @@ doctest: check: PYTHONPATH="." test/__main__.py +.PHONY: checkloop +checkloop: + PYTHONPATH="." test/__main__.py --no-doctests --loop + .PHONY: lint lint: pylint --rcfile=./.pylintrc $(SRCS)