Mercurial > hg > hg-git
comparison Makefile @ 357:7954842c9637
Makefile: *BSD support.
author | Dan Villiom Podlaski Christiansen <danchr@gmail.com> |
---|---|
date | Wed, 25 Aug 2010 22:38:30 +0200 |
parents | 428c819f3135 |
children | 07f6613fe0df |
comparison
equal
deleted
inserted
replaced
356:ca0510dee2aa | 357:7954842c9637 |
---|---|
15 cd tests && $(PYTHON) run-tests.py --with-hg=`which hg` $(TESTFLAGS) $@ | 15 cd tests && $(PYTHON) run-tests.py --with-hg=`which hg` $(TESTFLAGS) $@ |
16 | 16 |
17 tests-%: | 17 tests-%: |
18 @echo "Path to crew repo is $(CREW) - set this with CREW= if needed." | 18 @echo "Path to crew repo is $(CREW) - set this with CREW= if needed." |
19 hg -R $(CREW) checkout $$(echo $@ | sed s/tests-//) && \ | 19 hg -R $(CREW) checkout $$(echo $@ | sed s/tests-//) && \ |
20 (cd $(CREW) ; make clean ) && \ | 20 (cd $(CREW) ; $(MAKE) clean ) && \ |
21 cd tests && $(PYTHON) $(CREW)/tests/run-tests.py $(TESTFLAGS) | 21 cd tests && $(PYTHON) $(CREW)/tests/run-tests.py $(TESTFLAGS) |
22 | 22 |
23 all-version-tests: tests-1.4.3 tests-1.5.4 tests-1.6.2 tests-tip | 23 all-version-tests: tests-1.4.3 tests-1.5.4 tests-1.6.2 tests-tip |