X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=makefile;h=49c43cea3c4312898d0f87c8e63ca22c1b2eeee3;hb=d08e0af9bf86e81d4a5b3dbbe38092bacc5edd62;hp=aedc342a682bacac4143fcebf498a0d71ed5e127;hpb=59a1dcf2bf416a2527f9fdfb377afbbfa6cef696;p=dunshire.git diff --git a/makefile b/makefile index aedc342..49c43ce 100644 --- 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: