aboutsummaryrefslogtreecommitdiffstats
path: root/agent/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'agent/Makefile.am')
-rw-r--r--agent/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/agent/Makefile.am b/agent/Makefile.am
index d5998c71c..fe2d7d222 100644
--- a/agent/Makefile.am
+++ b/agent/Makefile.am
@@ -111,10 +111,12 @@ $(PROGRAMS): $(common_libs) $(commonpth_libs) $(pwquery_libs)
#
# Module tests
#
+module_tests = t-protect
+
if DISABLE_TESTS
TESTS =
else
-TESTS = t-protect
+TESTS = $(module_tests)
endif
t_common_ldadd = $(common_libs) $(LIBGCRYPT_LIBS) $(GPG_ERROR_LIBS) \