diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-09-20 08:11:01 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-09-20 08:11:01 +0000 |
commit | 505b3bc855342942b9a8746968ac9e1f4170ba7d (patch) | |
tree | bbf665d3c9a232afde899f14b127c661afd6eeb5 | |
parent | bc260c1afe158afcda802da8c2ae73dd4e81960c (diff) | |
download | libmicrohttpd-505b3bc855342942b9a8746968ac9e1f4170ba7d.tar.gz libmicrohttpd-505b3bc855342942b9a8746968ac9e1f4170ba7d.zip |
-help buildbots not build tests if spdy is not enabled
-rw-r--r-- | src/testspdy/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/testspdy/Makefile.am b/src/testspdy/Makefile.am index e5fa1f2d..b7e16fba 100644 --- a/src/testspdy/Makefile.am +++ b/src/testspdy/Makefile.am | |||
@@ -37,7 +37,11 @@ check_PROGRAMS += \ | |||
37 | test_misc \ | 37 | test_misc \ |
38 | test_session_timeout | 38 | test_session_timeout |
39 | #test_requests_with_assets | 39 | #test_requests_with_assets |
40 | if HAVE_CURL_BINARY | ||
41 | check_PROGRAMS += \ | ||
42 | test_proxies | ||
40 | endif | 43 | endif |
44 | endif | ||
41 | endif | 45 | endif |
42 | endif | 46 | endif |
43 | 47 | ||
@@ -109,14 +113,10 @@ test_session_timeout_SOURCES = \ | |||
109 | $(SPDY_SOURCES) | 113 | $(SPDY_SOURCES) |
110 | test_session_timeout_LDADD = $(SPDY_LDADD) | 114 | test_session_timeout_LDADD = $(SPDY_LDADD) |
111 | 115 | ||
112 | if HAVE_CURL_BINARY | ||
113 | check_PROGRAMS += \ | ||
114 | test_proxies | ||
115 | 116 | ||
116 | test_proxies_SOURCES = \ | 117 | test_proxies_SOURCES = \ |
117 | test_proxies.c \ | 118 | test_proxies.c \ |
118 | $(SPDY_SOURCES) | 119 | $(SPDY_SOURCES) |
119 | test_proxies_LDADD = $(SPDY_LDADD) | 120 | test_proxies_LDADD = $(SPDY_LDADD) |
120 | endif | ||
121 | 121 | ||
122 | endif | 122 | endif |