equal
deleted
inserted
replaced
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) $@ |