--- a/Makefile Mon May 02 10:11:24 2011 +0200 +++ b/Makefile Mon May 02 09:50:21 2011 +0200 @@ -78,6 +78,8 @@ dist-notests: doc MANIFEST TAR_OPTIONS="--owner=root --group=root --mode=u+w,go-w,a+rX-s" $(PYTHON) setup.py -q sdist +check: tests + tests: cd tests && $(PYTHON) run-tests.py $(TESTFLAGS)