Mercurial > evolve
diff Makefile @ 1883:ebf146c77709
Makefile: update all-version-tests to explicitly test 3.7
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Mon, 14 Mar 2016 20:17:18 -0400 |
parents | bd5c2922a8ad |
children | 9d1157fcdc6c |
line wrap: on
line diff
--- 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