diff options
| author | Glenn Morris | 2014-08-02 23:52:00 -0400 |
|---|---|---|
| committer | Glenn Morris | 2014-08-02 23:52:00 -0400 |
| commit | f91d04c6fef645f850b43c6b50aaa33648e99e2f (patch) | |
| tree | 5af48a414620af9c1b5d35424aaadce226c306f3 | |
| parent | a98a91ac4697c50b3ebb188c279b08b7799e6e3d (diff) | |
| download | emacs-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/ChangeLog | 4 | ||||
| -rw-r--r-- | test/automated/Makefile.in | 4 |
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 @@ | |||
| 1 | 2014-08-03 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * automated/Makefile.in (check-tar): Add as alias for check. | ||
| 4 | |||
| 1 | 2014-07-20 Fabián Ezequiel Gallina <fgallina@gnu.org> | 5 | 2014-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 | ||
| 123 | check-tar: check | ||
| 124 | |||
| 121 | # Makefile ends here. | 125 | # Makefile ends here. |