From: Glenn Morris Date: Sun, 3 Aug 2014 03:52:00 +0000 (-0400) Subject: * test/automated/Makefile.in (check-tar): Add as alias for check. X-Git-Tag: emacs-24.3.93~23 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f91d04c6fef645f850b43c6b50aaa33648e99e2f;p=emacs.git * test/automated/Makefile.in (check-tar): Add as alias for check. Do not merge this to trunk. --- diff --git a/test/ChangeLog b/test/ChangeLog index 451fa91548f..564e9d3d641 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,7 @@ +2014-08-03 Glenn Morris + + * automated/Makefile.in (check-tar): Add as alias for check. + 2014-07-20 Fabián Ezequiel Gallina * automated/python-tests.el: diff --git a/test/automated/Makefile.in b/test/automated/Makefile.in index 764b80ece93..d69d91be5cc 100644 --- a/test/automated/Makefile.in +++ b/test/automated/Makefile.in @@ -118,4 +118,8 @@ check: compile-main echo Testing $$els; \ $(emacs) $$args -f ert-run-tests-batch-and-exit +## This is for hydra, so we can use the same recipe on trunk and emacs-24. +.PHONY: check-tar +check-tar: check + # Makefile ends here.