mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
* test/automated/Makefile.in (check-tar): Add as alias for check.
Do not merge this to trunk.
This commit is contained in:
parent
a98a91ac46
commit
f91d04c6fe
2 changed files with 8 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue