From cd48491ff914d298e4bacc5703b66bc0913941a5 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 2 Aug 2014 23:52:00 -0400 Subject: [PATCH] * test/automated/Makefile.in (check-tar): Add as alias for check. Do not merge this to trunk. --- test/ChangeLog | 4 ++++ test/automated/Makefile.in | 4 ++++ 2 files changed, 8 insertions(+) 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. -- 2.11.4.GIT