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 /admin | |
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 'admin')
-rw-r--r-- | admin/make-tarball.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/make-tarball.txt b/admin/make-tarball.txt index 47b60173f8e..43992a0bb2b 100644 --- a/admin/make-tarball.txt +++ b/admin/make-tarball.txt @@ -115,7 +115,7 @@ General steps (for each step, check for possible errors): results against the new tar contents. 7. tar -xf emacs-NEW.tar; cd emacs-NEW - ./configure --prefix=/tmp/emacs && make && make install + ./configure --prefix=/tmp/emacs && make check && make install Use 'script' or M-x compile to save the compilation log in compile-NEW.log and compare it against an old one. The easiest way to do that is to visit the old log in Emacs, change the version |