comparison Makefile @ 48:b9c6871c939e

Fix single test running.
author Augie Fackler <durin42@gmail.com>
date Tue, 28 Apr 2009 12:13:16 -0700
parents 50a0d52ef979
children 428c819f3135
comparison
equal deleted inserted replaced
38:f0daee676e10 48:b9c6871c939e
8 8
9 tests: 9 tests:
10 cd tests && $(PYTHON) run-tests.py --with-hg=`which hg` $(TESTFLAGS) 10 cd tests && $(PYTHON) run-tests.py --with-hg=`which hg` $(TESTFLAGS)
11 11
12 test-%: 12 test-%:
13 cd tests && $(PYTHON) run-tests.py $(TESTFLAGS) $@ 13 cd tests && $(PYTHON) run-tests.py --with-hg=`which hg` $(TESTFLAGS) $@
14 .PHONY: help all local build doc clean install install-bin install-doc \ 14 .PHONY: help all local build doc clean install install-bin install-doc \
15 install-home install-home-bin install-home-doc dist dist-notests tests \ 15 install-home install-home-bin install-home-doc dist dist-notests tests \
16 update-pot 16 update-pot