summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b367d79..b4f4877 100644
--- a/Makefile
+++ b/Makefile
@@ -57,7 +57,7 @@ tags:
check: test
-test: lint
+test:
cd tests; make PYTHON=${PYTHON} test
lint: