changeset 472:64fd6107cf05

tests: update versions included in make all-version-tests This changeset doesn't remove any previous major releases. Instead, I just updated major releases to their latest minor release, and added major releases that have been released since this was last updated.
author David M. Carr <david@carrclan.us>
date Sat, 04 Aug 2012 15:03:05 -0400
parents e8302d9c3ef0
children 9d44dafbb31c
files Makefile
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,8 @@
 	(cd $(CREW) ; $(MAKE) clean ) && \
 	cd tests && $(PYTHON) $(CREW)/tests/run-tests.py $(TESTFLAGS)
 
-all-version-tests: tests-1.5.4 tests-1.6.2 tests-1.7.2 tests-1.9.2 \
-                   tests-tip
+all-version-tests: tests-1.5.4 tests-1.6.4 tests-1.7.5 tests-1.8.4 \
+                   tests-1.9.3 tests-2.0.2 tests-2.1.2 tests-2.2.3 \
+                   tests-2.3 tests-tip
 
 .PHONY: tests all-version-tests