diff options
author | Werner Koch <[email protected]> | 2017-08-08 15:28:25 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2017-08-08 15:49:53 +0000 |
commit | fb21aa8b50367e2afa13bad73fc21d6f01a97e18 (patch) | |
tree | a448e1a6ef0523166568858669e0e6bb866670a6 /Makefile.am | |
parent | gpgscm: Make the test summary stand out (diff) | |
download | gnupg-fb21aa8b50367e2afa13bad73fc21d6f01a97e18.tar.gz gnupg-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 <[email protected]>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index e31d67ab5..b972cffa3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,7 @@ ACLOCAL_AMFLAGS = -I m4 AM_DISTCHECK_CONFIGURE_FLAGS = --enable-gnupg-builddir-envvar \ - --enable-symcryptrun --enable-g13 \ + --enable-all-tests --enable-symcryptrun --enable-g13 \ --enable-gpg2-is-gpg --enable-gpgtar --enable-wks-tools --disable-ntbtls GITLOG_TO_CHANGELOG=gitlog-to-changelog |