diff --git a/Makefile b/Makefile index d46328e58..f31bcd9a6 100644 --- a/Makefile +++ b/Makefile @@ -10,5 +10,5 @@ install: install-user: ./setup.py install --user -check: +check: all ./run-tests.sh