Skip to content
Snippets Groups Projects
Commit 64fd6107 authored by David M. Carr's avatar David M. Carr
Browse files

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.
parent e8302d9c
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment