gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r29426 - libmicrohttpd/src/testspdy


From: gnunet
Subject: [GNUnet-SVN] r29426 - libmicrohttpd/src/testspdy
Date: Fri, 20 Sep 2013 10:09:31 +0200

Author: grothoff
Date: 2013-09-20 10:09:31 +0200 (Fri, 20 Sep 2013)
New Revision: 29426

Modified:
   libmicrohttpd/src/testspdy/Makefile.am
Log:
-help buildbots not build tests if spdy is not enabled

Modified: libmicrohttpd/src/testspdy/Makefile.am
===================================================================
--- libmicrohttpd/src/testspdy/Makefile.am      2013-09-20 08:07:35 UTC (rev 
29425)
+++ libmicrohttpd/src/testspdy/Makefile.am      2013-09-20 08:09:31 UTC (rev 
29426)
@@ -21,14 +21,15 @@
 PERF_GET_CONCURRENT=perf_get_concurrent
 endif
 
-
+if ENABLE_SPDY
+if HAVE_OPENSSL
 check_PROGRAMS = \
-       test_daemon_start_stop \
+  test_daemon_start_stop \
   test_daemon_start_stop_many \
   test_struct_namevalue
 
 if HAVE_SPDYLAY  
-  check_PROGRAMS += \
+check_PROGRAMS += \
   test_new_connection  \
   test_request_response \
   test_notls \
@@ -37,6 +38,8 @@
   test_session_timeout
   #test_requests_with_assets 
 endif 
+endif 
+endif 
 
 
 TESTS = $(check_PROGRAMS)
@@ -109,7 +112,7 @@
 if HAVE_CURL_BINARY
 check_PROGRAMS +=  \
   test_proxies
-  
+
 test_proxies_SOURCES = \
  test_proxies.c \
  $(SPDY_SOURCES) 




reply via email to

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