changeset 431:83f248dd0eb9

Makefile: include 1.9.2 in all-version-tests
author Augie Fackler <durin42@gmail.com>
date Fri, 09 Sep 2011 16:08:58 -0500
parents 7a04853e2587
children ccd38138a3b3
files Makefile
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Fri Sep 09 16:08:31 2011 -0500
+++ b/Makefile	Fri Sep 09 16:08:58 2011 -0500
@@ -20,6 +20,7 @@
 	(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-1.7.2 tests-tip
+all-version-tests: tests-1.4.3 tests-1.5.4 tests-1.6.2 tests-1.7.2 \
+                   tests-1.9.2 tests-tip
 
 .PHONY: tests all-version-tests