Makefile: update all-version-tests to explicitly test 3.7
authorAugie Fackler <raf@durin42.com>
Mon, 14 Mar 2016 20:17:18 -0400
changeset 1883 ebf146c77709
parent 1882 b6f934ed3570
child 1884 8a53f99d9061
Makefile: update all-version-tests to explicitly test 3.7
Makefile
--- a/Makefile	Mon Mar 14 20:13:44 2016 -0400
+++ b/Makefile	Mon Mar 14 20:17:18 2016 -0400
@@ -25,6 +25,6 @@
 	(cd $(HGROOT) ; $(MAKE) clean ) && \
 	cd tests && $(PYTHON) $(HGTESTS)/run-tests.py $(TESTFLAGS)
 
-all-version-tests: tests-tip
+all-version-tests: tests-3.7 tests-tip
 
 .PHONY: tests all-version-tests