Mercurial > hg > hg-git
diff Makefile @ 727:6f4fe8ad1883
tests: test with @ instead of tip
author | Siddharth Agarwal <sid0@fb.com> |
---|---|
date | Mon, 19 May 2014 19:27:48 -0700 |
parents | 3a045277a434 |
children | 9aa80419328f |
line wrap: on
line diff
--- a/Makefile +++ b/Makefile @@ -25,6 +25,6 @@ # latest Ubuntu LTS release (2.8.2 for 14.04 LTS) may be dropped if they # interfere with new development. The latest released minor version should be # listed for each major version; earlier minor versions are not needed. -all-version-tests: tests-2.8.2 tests-tip +all-version-tests: tests-2.8.2 tests-@ .PHONY: tests all-version-tests