X-Git-Url: https://gitweb.michael.orlitzky.com/?p=dunshire.git;a=blobdiff_plain;f=makefile;fp=makefile;h=13b18cbc52cf09b3bf86b2b7fa8e38b373144b1d;hp=becaa9121fca6bf6806bbcaae557b0ab8e1f1898;hb=c020f8742244a6be035a8fb73f8c53be38f6bdeb;hpb=4a9928501f79549742c2e335742ddc65040f744f diff --git a/makefile b/makefile index becaa91..13b18cb 100644 --- a/makefile +++ b/makefile @@ -30,8 +30,8 @@ check-verbose: # Run the test suite forever, but only the parts of it that are # randomized. -.PHONY: checkloop -checkloop: +.PHONY: check-loop +check-loop: PYTHONPATH="." test/__main__.py --no-doctests --loop # Run pylint to obtain some unconstructive criticism on my coding style.