summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2014-08-02 23:52:00 -0400
committerGlenn Morris <rgm@gnu.org>2014-08-02 23:52:00 -0400
commitf91d04c6fef645f850b43c6b50aaa33648e99e2f (patch)
tree5af48a414620af9c1b5d35424aaadce226c306f3
parenta98a91ac4697c50b3ebb188c279b08b7799e6e3d (diff)
downloademacs-f91d04c6fef645f850b43c6b50aaa33648e99e2f.tar.gz
* test/automated/Makefile.in (check-tar): Add as alias for check.
Do not merge this to trunk.
-rw-r--r--test/ChangeLog4
-rw-r--r--test/automated/Makefile.in4
2 files changed, 8 insertions, 0 deletions
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 <rgm@gnu.org>
+
+ * automated/Makefile.in (check-tar): Add as alias for check.
+
2014-07-20 Fabián Ezequiel Gallina <fgallina@gnu.org>
* 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.