diff Makefile @ 14172:1a919c3271bf

add make check: tests rule
author Johan Euphrosine <proppy@google.com>
date Mon, 02 May 2011 09:50:21 +0200
parents 37d0fe7a14da
children f6b3b346d80c
line wrap: on
line diff
--- 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)