summaryrefslogtreecommitdiff
path: root/admin/make-tarball.txt
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2019-05-16 10:42:27 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2019-05-16 10:51:27 -0700
commit4ac234ad576cf9068419805ef338701024265afb (patch)
tree7912230e7627aa92ae97cbe17c30bb8522348774 /admin/make-tarball.txt
parentbc0adf112d82a9b89f858f80e04f1ee2f401fa05 (diff)
downloademacs-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/make-tarball.txt')
-rw-r--r--admin/make-tarball.txt2
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