From 4ac234ad576cf9068419805ef338701024265afb Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 16 May 2019 10:42:27 -0700 Subject: Distribute test cases in tarballs by default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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". --- INSTALL.REPO | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'INSTALL.REPO') diff --git a/INSTALL.REPO b/INSTALL.REPO index 6dca9dd7147..b7433856c6b 100644 --- a/INSTALL.REPO +++ b/INSTALL.REPO @@ -32,8 +32,8 @@ can invoke './configure -C'. After configuring, build Emacs as follows: $ make -If you want to install Emacs, type 'make install' instead of 'make' in -the last command. +You can also type 'make check' to test and 'make install' to install +Emacs. Occasionally the file 'lisp/loaddefs.el' (and similar automatically generated files, such as 'esh-groups.el', and '*-loaddefs.el' in some -- cgit v1.2.1