* test/automated/Makefile.in (check-tar): Add as alias for check.

Do not merge this to trunk.
This commit is contained in:
Glenn Morris 2014-08-02 23:52:00 -04:00
parent a98a91ac46
commit f91d04c6fe
2 changed files with 8 additions and 0 deletions

View 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:

View 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.