aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-06-05 18:43:44 +0200
committerChristian Grothoff <christian@grothoff.org>2019-06-05 18:43:44 +0200
commit13d800fa04c930b86ccf17fe12e2c7e4a682f044 (patch)
tree1d6c4e299c7b355596819a977fc21aea4a4bb181 /src
parent344a18d3015c2616b65f152957be13fe24e2ffe5 (diff)
downloadgnunet-13d800fa04c930b86ccf17fe12e2c7e4a682f044.tar.gz
gnunet-13d800fa04c930b86ccf17fe12e2c7e4a682f044.zip
only run test_gns_proxy if we have the dependencies
Diffstat (limited to 'src')
-rw-r--r--src/gns/Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index f51e571ec..bd8311d70 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -272,8 +272,14 @@ libgnunet_plugin_block_gns_la_LIBADD = \
272libgnunet_plugin_block_gns_la_LDFLAGS = \ 272libgnunet_plugin_block_gns_la_LDFLAGS = \
273 $(GN_PLUGIN_LDFLAGS) 273 $(GN_PLUGIN_LDFLAGS)
274 274
275if HAVE_MHD
276if HAVE_GNUTLS
277if HAVE_LIBGNURL
275check_PROGRAMS = \ 278check_PROGRAMS = \
276 test_gns_proxy 279 test_gns_proxy
280endif
281endif
282endif
277 283
278check_SCRIPTS = \ 284check_SCRIPTS = \
279 test_gns_lookup.sh \ 285 test_gns_lookup.sh \
@@ -292,7 +298,7 @@ check_SCRIPTS = \
292 test_gns_soa_lookup.sh\ 298 test_gns_soa_lookup.sh\
293 test_gns_revocation.sh\ 299 test_gns_revocation.sh\
294 test_gns_cname_lookup.sh \ 300 test_gns_cname_lookup.sh \
295 test_proxy.sh 301 test_proxy.sh
296 302
297if ENABLE_TEST_RUN 303if ENABLE_TEST_RUN
298if HAVE_SQLITE 304if HAVE_SQLITE