diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2016-02-10 12:18:30 +0100 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2016-02-10 12:18:30 +0100 |
commit | 3ad05a0dc46093dd6b8958747a0475b8baba954f (patch) | |
tree | 6d1a5a0e50387f3fcd61caaedae53a285c87c98d /Makefile.in | |
parent | 12c50e82c9b432b2fc31f8fb2215f43ceea80822 (diff) |
Describe Makefile test targets in test/README
* CONTRIBUTE: Move Makefile test targets to test/README.
* Makefile.in:
* test/README: Describe Makefile test targets.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 75fd15001a..b212c914e5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -57,6 +57,10 @@ # # make docs # Make Emacs documentation files from their sources; requires makeinfo. +# +# make check or make check-expensive +# Run Emacs test suite. check-expensive runs also tests which +# take more time to perform. SHELL = @SHELL@ |