aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorPaul Eggert2019-05-16 10:42:27 -0700
committerPaul Eggert2019-05-16 10:51:27 -0700
commit4ac234ad576cf9068419805ef338701024265afb (patch)
tree7912230e7627aa92ae97cbe17c30bb8522348774 /admin
parentbc0adf112d82a9b89f858f80e04f1ee2f401fa05 (diff)
downloademacs-4ac234ad576cf9068419805ef338701024265afb.tar.gz
emacs-4ac234ad576cf9068419805ef338701024265afb.zip
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.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):
115 results against the new tar contents. 115 results against the new tar contents.
116 116
1177. tar -xf emacs-NEW.tar; cd emacs-NEW 1177. tar -xf emacs-NEW.tar; cd emacs-NEW
118 ./configure --prefix=/tmp/emacs && make && make install 118 ./configure --prefix=/tmp/emacs && make check && make install
119 Use 'script' or M-x compile to save the compilation log in 119 Use 'script' or M-x compile to save the compilation log in
120 compile-NEW.log and compare it against an old one. The easiest way 120 compile-NEW.log and compare it against an old one. The easiest way
121 to do that is to visit the old log in Emacs, change the version 121 to do that is to visit the old log in Emacs, change the version