gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] 02/03: only run test_gns_proxy if we have the depe


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 02/03: only run test_gns_proxy if we have the dependencies
Date: Wed, 05 Jun 2019 18:45:30 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

commit 13d800fa04c930b86ccf17fe12e2c7e4a682f044
Author: Christian Grothoff <address@hidden>
AuthorDate: Wed Jun 5 18:43:44 2019 +0200

    only run test_gns_proxy if we have the dependencies
---
 src/gns/Makefile.am | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

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 = \
 libgnunet_plugin_block_gns_la_LDFLAGS = \
   $(GN_PLUGIN_LDFLAGS)
 
+if HAVE_MHD
+if HAVE_GNUTLS
+if HAVE_LIBGNURL
 check_PROGRAMS = \
   test_gns_proxy
+endif
+endif
+endif
 
 check_SCRIPTS = \
   test_gns_lookup.sh \
@@ -292,7 +298,7 @@ check_SCRIPTS = \
   test_gns_soa_lookup.sh\
   test_gns_revocation.sh\
   test_gns_cname_lookup.sh \
-       test_proxy.sh
+  test_proxy.sh
 
 if ENABLE_TEST_RUN
 if HAVE_SQLITE

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]