gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r37177 - gnunet/src/integration-tests


From: gnunet
Subject: [GNUnet-SVN] r37177 - gnunet/src/integration-tests
Date: Mon, 16 May 2016 00:37:09 +0200

Author: grothoff
Date: 2016-05-16 00:37:09 +0200 (Mon, 16 May 2016)
New Revision: 37177

Modified:
   gnunet/src/integration-tests/Makefile.am
Log:
only run integration tests if libgnurl/libcurl was available

Modified: gnunet/src/integration-tests/Makefile.am
===================================================================
--- gnunet/src/integration-tests/Makefile.am    2016-05-15 14:27:14 UTC (rev 
37176)
+++ gnunet/src/integration-tests/Makefile.am    2016-05-15 22:37:09 UTC (rev 
37177)
@@ -28,10 +28,17 @@
 if HAVE_MHD
 if ENABLE_TEST_RUN
 AM_TESTS_ENVIRONMENT=export 
GNUNET_PREFIX=$${GNUNET_PREFIX:address@hidden@};export 
PATH=$${GNUNET_PREFIX:address@hidden@}/bin:$$PATH;
+if HAVE_LIBGNURL
 TESTS = \
  $(check_SCRIPTS)
+else
+if HAVE_LIBCURL
+TESTS = \
+ $(check_SCRIPTS)
 endif
 endif
+endif
+endif
 
 do_subst = $(SED) -e 's,address@hidden@],$(PYTHON),g'
 
@@ -54,7 +61,7 @@
 test_integration_disconnect.py: test_integration_disconnect.py.in Makefile
        $(do_subst) < $(srcdir)/test_integration_disconnect.py.in > 
test_integration_disconnect.py
        chmod +x test_integration_disconnect.py
-       
+
 test_integration_disconnect_nat.py: test_integration_disconnect_nat.py.in 
Makefile
        $(do_subst) < $(srcdir)/test_integration_disconnect_nat.py.in > 
test_integration_disconnect_nat.py
        chmod +x test_integration_disconnect_nat.py




reply via email to

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