changeset 14172:1a919c3271bf

add make check: tests rule
author Johan Euphrosine <proppy@google.com>
date Mon, 02 May 2011 09:50:21 +0200
parents 1b4b82063ce2
children 419539ea79cb
files Makefile
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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)