diff options
Diffstat (limited to 'dirmngr/Makefile.am')
-rw-r--r-- | dirmngr/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dirmngr/Makefile.am b/dirmngr/Makefile.am index 2bf0cb75b..208a81335 100644 --- a/dirmngr/Makefile.am +++ b/dirmngr/Makefile.am @@ -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 = |