mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +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
4c54a0e34f
commit
32aac55875
9 changed files with 57 additions and 2 deletions
|
@ -22,7 +22,11 @@ EXTRA_DIST = ChangeLog-2011 gpgsm-w32info.rc
|
|||
bin_PROGRAMS = gpgsm
|
||||
noinst_PROGRAMS = $(module_tests) $(module_maint_tests)
|
||||
|
||||
if DISABLE_TESTS
|
||||
TESTS =
|
||||
else
|
||||
TESTS = $(module_tests)
|
||||
endif
|
||||
|
||||
AM_CFLAGS = $(LIBGCRYPT_CFLAGS) $(KSBA_CFLAGS) $(LIBASSUAN_CFLAGS)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue