add make check: tests rule
authorJohan Euphrosine <proppy@google.com>
Mon, 02 May 2011 09:50:21 +0200
changeset 14172 1a919c3271bf
parent 14169 1b4b82063ce2
child 14173 419539ea79cb
add make check: tests rule
Makefile
--- 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)