diff -r b1fadc089b82 -r 9d1157fcdc6c Makefile --- a/Makefile Sun Mar 13 12:29:43 2016 +0000 +++ b/Makefile Mon Mar 14 21:22:56 2016 -0400 @@ -25,6 +25,6 @@ (cd $(HGROOT) ; $(MAKE) clean ) && \ cd tests && $(PYTHON) $(HGTESTS)/run-tests.py $(TESTFLAGS) -all-version-tests: tests-3.7 tests-tip +all-version-tests: tests-3.7 tests-@ .PHONY: tests all-version-tests