changeset 370:37a06b903df6

tests: also test against hg 1.7.2
author Augie Fackler <durin42@gmail.com>
date Wed, 22 Dec 2010 20:20:15 -0600
parents e5c743cd0da1
children 240573913439
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,6 @@
 	(cd $(CREW) ; $(MAKE) clean ) && \
 	cd tests && $(PYTHON) $(CREW)/tests/run-tests.py $(TESTFLAGS)
 
-all-version-tests: tests-1.4.3 tests-1.5.4 tests-1.6.2 tests-tip
+all-version-tests: tests-1.4.3 tests-1.5.4 tests-1.6.2 tests-1.7.2 tests-tip
 
 .PHONY: tests all-version-tests