]> git.eshelyaron.com Git - emacs.git/commitdiff
* test/automated/Makefile.in (check-tar): Add as alias for check.
authorGlenn Morris <rgm@gnu.org>
Sun, 3 Aug 2014 03:52:00 +0000 (23:52 -0400)
committerGlenn Morris <rgm@gnu.org>
Sun, 3 Aug 2014 03:52:00 +0000 (23:52 -0400)
Do not merge this to trunk.

test/ChangeLog
test/automated/Makefile.in

index 451fa91548f42328fbdf3091e3237f8d0f4c2f1f..564e9d3d641e4be4bd53a7be5c1d193beb645833 100644 (file)
@@ -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:
index 764b80ece93136c8d0e0c055896d44b6c333d185..d69d91be5cc26da252e0fb0c4db3e628ecf442fd 100644 (file)
@@ -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.