[PATCH] add make check: tests rule

Johan Euphrosine proppy at google.com
Mon May 2 08:47:52 CDT 2011


# HG changeset patch
# User Johan Euphrosine <proppy at google.com>
# Date 1304322621 -7200
# Node ID 50a838c41e578dd2cc39491f6f4f4d2190e1fab5
# Parent  921683f14ad7a63ee30e067cdbaf5977926a673f
add make check: tests rule

diff -r 921683f14ad7 -r 50a838c41e57 Makefile
--- a/Makefile	Sun May 01 19:51:28 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)
 


More information about the Mercurial-devel mailing list