gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r29406 - libmicrohttpd/src/testspdy
Date: Thu, 19 Sep 2013 08:49:16 +0200

Author: wachs
Date: 2013-09-19 08:49:16 +0200 (Thu, 19 Sep 2013)
New Revision: 29406

Modified:
   libmicrohttpd/src/testspdy/Makefile.am
Log:
improved check to disable only tests requiring spdylay


Modified: libmicrohttpd/src/testspdy/Makefile.am
===================================================================
--- libmicrohttpd/src/testspdy/Makefile.am      2013-09-18 20:24:14 UTC (rev 
29405)
+++ libmicrohttpd/src/testspdy/Makefile.am      2013-09-19 06:49:16 UTC (rev 
29406)
@@ -21,20 +21,19 @@
 PERF_GET_CONCURRENT=perf_get_concurrent
 endif
 
-if HAVE_SPDYLAY
-check_PROGRAMS = \ test_daemon_start_stop \
+if HAVE_SPDYLAY  
+  SPDYLAY_CHECKS = test_new_connection  test_request_response test_notls 
+endif 
+
+check_PROGRAMS = \
+       test_daemon_start_stop \
   test_daemon_start_stop_many \
   test_struct_namevalue \
-  test_new_connection \
-  test_request_response \
-  test_notls \
   test_request_response_with_callback \
+  $(SPDYLAY_CHECKS)
   #test_requests_with_assets \
   test_misc \
   test_session_timeout
-else
-check_PROGRAMS =
-endif
 
 TESTS = $(check_PROGRAMS)
 
@@ -64,6 +63,7 @@
  $(SPDY_SOURCES) 
 test_struct_namevalue_LDADD = $(SPDY_LDADD)
 
+if HAVE_SPDYLAY
 test_new_connection_SOURCES = \
  test_new_connection.c  \
  $(SPDY_SOURCES) 
@@ -81,6 +81,7 @@
  $(SPDY_SOURCES) 
 test_notls_LDADD = $(SPDY_LDADD) \
  -lspdylay
+endif
 
 test_request_response_with_callback_SOURCES = \
  test_request_response_with_callback.c  \
@@ -102,9 +103,7 @@
  $(SPDY_SOURCES) 
 test_session_timeout_LDADD = $(SPDY_LDADD)
 
-if HAVE_SPDYLAY
 if HAVE_CURL_BINARY
-
 check_PROGRAMS +=  \
   test_proxies
   
@@ -112,6 +111,4 @@
  test_proxies.c \
  $(SPDY_SOURCES) 
 test_proxies_LDADD = $(SPDY_LDADD)
-
 endif
-endif




reply via email to

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