]> gitweb.michael.orlitzky.com - dunshire.git/blobdiff - makefile
Use a shebang for the main test executable.
[dunshire.git] / makefile
index aedc342a682bacac4143fcebf498a0d71ed5e127..8eb2751b3992a0fb059137803ca977e2c62ad7ce 100644 (file)
--- a/makefile
+++ b/makefile
@@ -14,7 +14,7 @@ doctest:
 
 .PHONY: check
 check:
-       PYTHONPATH="." python test/
+       PYTHONPATH="." test/__main__.py
 
 .PHONY: lint
 lint: