Makefile
changeset 14172 1a919c3271bf
parent 13101 37d0fe7a14da
child 14315 f6b3b346d80c
equal deleted inserted replaced
14169:1b4b82063ce2 14172:1a919c3271bf
    76 dist:	tests dist-notests
    76 dist:	tests dist-notests
    77 
    77 
    78 dist-notests:	doc MANIFEST
    78 dist-notests:	doc MANIFEST
    79 	TAR_OPTIONS="--owner=root --group=root --mode=u+w,go-w,a+rX-s" $(PYTHON) setup.py -q sdist
    79 	TAR_OPTIONS="--owner=root --group=root --mode=u+w,go-w,a+rX-s" $(PYTHON) setup.py -q sdist
    80 
    80 
       
    81 check: tests
       
    82 
    81 tests:
    83 tests:
    82 	cd tests && $(PYTHON) run-tests.py $(TESTFLAGS)
    84 	cd tests && $(PYTHON) run-tests.py $(TESTFLAGS)
    83 
    85 
    84 test-%:
    86 test-%:
    85 	cd tests && $(PYTHON) run-tests.py $(TESTFLAGS) $@
    87 	cd tests && $(PYTHON) run-tests.py $(TESTFLAGS) $@