Show More
@@ -67,10 +67,10 b' dist-notests:\tdoc 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 \ |
General Comments 0
You need to be logged in to leave comments.
Login now