aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2014-08-02 23:52:00 -0400
committerGlenn Morris2014-08-02 23:52:00 -0400
commitf91d04c6fef645f850b43c6b50aaa33648e99e2f (patch)
tree5af48a414620af9c1b5d35424aaadce226c306f3
parenta98a91ac4697c50b3ebb188c279b08b7799e6e3d (diff)
downloademacs-f91d04c6fef645f850b43c6b50aaa33648e99e2f.tar.gz
emacs-f91d04c6fef645f850b43c6b50aaa33648e99e2f.zip
* 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 @@
12014-08-03 Glenn Morris <rgm@gnu.org>
2
3 * automated/Makefile.in (check-tar): Add as alias for check.
4
12014-07-20 Fabián Ezequiel Gallina <fgallina@gnu.org> 52014-07-20 Fabián Ezequiel Gallina <fgallina@gnu.org>
2 6
3 * automated/python-tests.el: 7 * 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
118 echo Testing $$els; \ 118 echo Testing $$els; \
119 $(emacs) $$args -f ert-run-tests-batch-and-exit 119 $(emacs) $$args -f ert-run-tests-batch-and-exit
120 120
121## This is for hydra, so we can use the same recipe on trunk and emacs-24.
122.PHONY: check-tar
123check-tar: check
124
121# Makefile ends here. 125# Makefile ends here.