# HG changeset patch # User David M. Carr <david@carrclan.us> # Date 1344106985 14400 # Sat Aug 04 15:03:05 2012 -0400 # Node ID 64fd6107cf05a848b27e128ef6c1fd9e342e6551 # Parent e8302d9c3ef0dd1c16147719cc6fb76f08ddde18 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. diff --git a/Makefile b/Makefile --- 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