equal
deleted
inserted
replaced
57 |
57 |
58 dist-notests: doc |
58 dist-notests: doc |
59 TAR_OPTIONS="--owner=root --group=root --mode=u+w,go-w,a+rX-s" $(PYTHON) setup.py sdist --force-manifest |
59 TAR_OPTIONS="--owner=root --group=root --mode=u+w,go-w,a+rX-s" $(PYTHON) setup.py sdist --force-manifest |
60 |
60 |
61 tests: |
61 tests: |
62 @ls tests/test-* | grep -v '[.~]' | xargs chmod +x |
|
63 cd tests && $(PYTHON) run-tests.py |
62 cd tests && $(PYTHON) run-tests.py |
64 |
63 |
65 test-%: |
64 test-%: |
66 @chmod +x tests/$@ |
|
67 cd tests && $(PYTHON) run-tests.py $@ |
65 cd tests && $(PYTHON) run-tests.py $@ |
68 |
66 |
69 |
67 |
70 .PHONY: help all local build doc clean install install-bin install-doc \ |
68 .PHONY: help all local build doc clean install install-bin install-doc \ |
71 install-home install-home-bin install-home-doc dist dist-notests tests |
69 install-home install-home-bin install-home-doc dist dist-notests tests |