# HG changeset patch # User Johan Euphrosine # Date 1304322621 -7200 # Node ID 1a919c3271bf5488325340f613e6642967ea2020 # Parent 1b4b82063ce2c0a918dfb7dfa5537ed665dd5894 add make check: tests rule diff -r 1b4b82063ce2 -r 1a919c3271bf 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)