diff options
author | Werner Koch <[email protected]> | 2020-08-20 08:54:17 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2020-08-20 08:54:17 +0000 |
commit | 32aac55875f324f8c3d85dad8483604eae65e3e8 (patch) | |
tree | 4dd9ebdce7ea640757ba7ff13f1e45456898f970 /g13 | |
parent | doc: Describe the relation between pubring.gpg and pubring.kbx (diff) | |
download | gnupg-32aac55875f324f8c3d85dad8483604eae65e3e8.tar.gz gnupg-32aac55875f324f8c3d85dad8483604eae65e3e8.zip |
build: New configure option --disable-tests
* configure.ac: Add option --disable-tests. Print warnings in the
summary.
(DISABLE_TESTS): New am_conditional.
--
GnuPG-bug-id: 4960
Diffstat (limited to 'g13')
-rw-r--r-- | g13/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/g13/Makefile.am b/g13/Makefile.am index 1aac1b379..ef5671f21 100644 --- a/g13/Makefile.am +++ b/g13/Makefile.am @@ -24,7 +24,11 @@ bin_PROGRAMS = g13 sbin_PROGRAMS = g13-syshelp noinst_PROGRAMS = $(module_tests) +if DISABLE_TESTS +TESTS = +else TESTS = $(module_tests) +endif AM_CPPFLAGS = |