diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2019-05-16 10:42:27 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2019-05-16 10:51:27 -0700 |
commit | 4ac234ad576cf9068419805ef338701024265afb (patch) | |
tree | 7912230e7627aa92ae97cbe17c30bb8522348774 /INSTALL | |
parent | bc0adf112d82a9b89f858f80e04f1ee2f401fa05 (diff) | |
download | emacs-4ac234ad576cf9068419805ef338701024265afb.tar.gz |
Distribute test cases in tarballs by default
* INSTALL, INSTALL.REPO, admin/make-tarball.txt:
Mention ‘make check’.
* configure.ac: Update comment.
* etc/NEWS: Say that tarballs have a test directory.
* make-dist (with_tests): Default to "yes".
Add an option --no-tests to make it "no".
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -82,6 +82,10 @@ sections if you need to. src/emacs -Q + To test Emacs further (intended mostly to help developers): + + make check + 6. Assuming that the program 'src/emacs' starts and displays its opening screen, you can install the program and its auxiliary files into their installation directories: |