summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2017-08-08 17:28:25 +0200
committerWerner Koch <wk@gnupg.org>2017-08-08 17:49:53 +0200
commitfb21aa8b50367e2afa13bad73fc21d6f01a97e18 (patch)
treea448e1a6ef0523166568858669e0e6bb866670a6 /README
parentgpgscm: Make the test summary stand out (diff)
downloadgnupg2-fb21aa8b50367e2afa13bad73fc21d6f01a97e18.tar.xz
gnupg2-fb21aa8b50367e2afa13bad73fc21d6f01a97e18.zip
build: New configure option --enable-all-tests.
* configure.ac: New option --enable-all-tests. * tests/gpgscm/ffi.c (ffi_init): New gloabl var *run-all-tests*. * tests/openpgp/all-tests.scm (all-tests): Use that var instead of *maintainer-mode*. * Makefile.am (AM_DISTCHECK_CONFIGURE_FLAGS): Add --enable-all-tests. -- It is better to have a separate option to run all tests than to put this on top of --enable-maintainer-mode. This way we can also make sure to run all tests during "make distcheck". Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 4 insertions, 1 deletions
diff --git a/README b/README
index 9ade9fde7..a9a3eb04e 100644
--- a/README
+++ b/README
@@ -60,9 +60,12 @@
./configure
make
+ make check
make install
- (Before doing install you might need to become root.)
+ The "make check" is optional but highly recommended. To run even
+ more tests you may add "--enable-all-tests" to the configure run.
+ Before running the "make install" you might need to become root.
If everything succeeds, you have a working GnuPG with support for
OpenPGP, S/MIME, ssh-agent, and smartcards. Note that there is no