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 /etc/NEWS | |
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 'etc/NEWS')
-rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -101,6 +101,10 @@ option was useful with modern debugging tools such as AddressSanitizer. (See etc/DEBUG for the details of using the modern replacements of the removed configure options.) ++++ +** The distribution tarball now has test cases; 'make check' runs them. +This is intended mostly to help developers. + --- ** Emacs now requires GTK 2.24 and GTK 3.10 for the GTK 2 and GTK 3 builds respectively. |