comparison Makefile @ 3969:edaf68032a27

add possibility to pass flags when testing with the Makefile
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Tue, 26 Dec 2006 03:11:37 +0100
parents 9d7ac8613340
children f0aa759b8f93
comparison
equal deleted inserted replaced
3968:033082ba1d1a 3969:edaf68032a27
65 65
66 dist-notests: doc MANIFEST 66 dist-notests: doc MANIFEST
67 TAR_OPTIONS="--owner=root --group=root --mode=u+w,go-w,a+rX-s" $(PYTHON) setup.py -q sdist 67 TAR_OPTIONS="--owner=root --group=root --mode=u+w,go-w,a+rX-s" $(PYTHON) setup.py -q sdist
68 68
69 tests: 69 tests:
70 cd tests && $(PYTHON) run-tests.py 70 cd tests && $(PYTHON) run-tests.py $(TESTFLAGS)
71 71
72 test-%: 72 test-%:
73 cd tests && $(PYTHON) run-tests.py $@ 73 cd tests && $(PYTHON) run-tests.py $(TESTFLAGS) $@
74 74
75 75
76 .PHONY: help all local build doc clean install install-bin install-doc \ 76 .PHONY: help all local build doc clean install install-bin install-doc \
77 install-home install-home-bin install-home-doc dist dist-notests tests 77 install-home install-home-bin install-home-doc dist dist-notests tests