mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
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
This commit is contained in:
parent
77f97eec49
commit
829bc3bc60
8 changed files with 53 additions and 2 deletions
|
@ -31,7 +31,11 @@ libexec_PROGRAMS = dirmngr_ldap
|
|||
endif
|
||||
|
||||
noinst_PROGRAMS = $(module_tests) $(module_net_tests) $(module_maint_tests)
|
||||
if DISABLE_TESTS
|
||||
TESTS =
|
||||
else
|
||||
TESTS = $(module_tests) $(module_net_tests)
|
||||
endif
|
||||
|
||||
AM_CPPFLAGS =
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue