commit 505b3bc855342942b9a8746968ac9e1f4170ba7d
parent bc260c1afe158afcda802da8c2ae73dd4e81960c
Author: Christian Grothoff <christian@grothoff.org>
Date: Fri, 20 Sep 2013 08:11:01 +0000
-help buildbots not build tests if spdy is not enabled
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/testspdy/Makefile.am b/src/testspdy/Makefile.am
@@ -37,7 +37,11 @@ check_PROGRAMS += \
test_misc \
test_session_timeout
#test_requests_with_assets
+if HAVE_CURL_BINARY
+check_PROGRAMS += \
+ test_proxies
endif
+endif
endif
endif
@@ -109,14 +113,10 @@ test_session_timeout_SOURCES = \
$(SPDY_SOURCES)
test_session_timeout_LDADD = $(SPDY_LDADD)
-if HAVE_CURL_BINARY
-check_PROGRAMS += \
- test_proxies
test_proxies_SOURCES = \
test_proxies.c \
$(SPDY_SOURCES)
test_proxies_LDADD = $(SPDY_LDADD)
-endif
endif