changeset 926:02f69ab61c82

tests: add hg 3.5 to all-version-tests
author Augie Fackler <raf@durin42.com>
date Tue, 11 Aug 2015 17:22:38 -0400
parents 7c80e9f8131f
children e183fdc198f0
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile
+++ b/Makefile
@@ -29,6 +29,6 @@
 # Mercurial 3.4 had a core bug that caused a harmless test failure -- 3.4.1
 # fixes that bug.
 
-all-version-tests: tests-2.8.2 tests-3.0.1 tests-3.1 tests-3.2.2 tests-3.3 tests-3.4.1 tests-@
+all-version-tests: tests-2.8.2 tests-3.0.1 tests-3.1 tests-3.2.2 tests-3.3 tests-3.4.1 tests-3.5 tests-@
 
 .PHONY: tests all-version-tests