comparison Makefile @ 2692:2ab464771b7d

Makefile do a chmod +x on test sceanrios
author "Mathieu Clabaut <mathieu.clabaut@gmail.com>"
date Wed, 26 Jul 2006 21:01:36 +0200
parents c51fad25e59e
children de8dc25a3eeb
comparison
equal deleted inserted replaced
2682:4e2dc5c16e61 2692:2ab464771b7d
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
62 cd tests && $(PYTHON) run-tests.py 63 cd tests && $(PYTHON) run-tests.py
63 64
64 test-%: 65 test-%:
66 @chmod +x tests/$@
65 cd tests && $(PYTHON) run-tests.py $@ 67 cd tests && $(PYTHON) run-tests.py $@
66 68
67 69
68 .PHONY: help all local build doc clean install install-bin install-doc \ 70 .PHONY: help all local build doc clean install install-bin install-doc \
69 install-home install-home-bin install-home-doc dist dist-notests tests 71 install-home install-home-bin install-home-doc dist dist-notests tests