diff options
Diffstat (limited to 'agent/Makefile.am')
-rw-r--r-- | agent/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/agent/Makefile.am b/agent/Makefile.am index 64d308838..2688ba967 100644 --- a/agent/Makefile.am +++ b/agent/Makefile.am @@ -103,7 +103,11 @@ $(PROGRAMS): $(common_libs) $(commonpth_libs) $(pwquery_libs) # # Module tests # +if DISABLE_TESTS +TESTS = +else TESTS = t-protect +endif t_common_ldadd = $(common_libs) $(LIBGCRYPT_LIBS) $(GPG_ERROR_LIBS) \ $(LIBINTL) $(LIBICONV) $(NETLIBS) |