Makefile
changeset 14172 1a919c3271bf
parent 13101 37d0fe7a14da
child 14315 f6b3b346d80c
--- 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)