aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Uzunov <andrey.uzunov@gmail.com>2013-09-08 10:41:42 +0000
committerAndrey Uzunov <andrey.uzunov@gmail.com>2013-09-08 10:41:42 +0000
commit44de6eb7e1545ce7476fbfb5146474b47810d1aa (patch)
treeba553037fce50aad0d1ec42f235f3353c1865faf
parent7c86ad3199ebe0b5cae1c7f5ce6c24821f470c4e (diff)
downloadlibmicrohttpd-44de6eb7e1545ce7476fbfb5146474b47810d1aa.tar.gz
libmicrohttpd-44de6eb7e1545ce7476fbfb5146474b47810d1aa.zip
spdy: disable test_requests_with_assets as it is buggy
-rw-r--r--src/testspdy/Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/testspdy/Makefile.am b/src/testspdy/Makefile.am
index f2c5b847..3cff9ac5 100644
--- a/src/testspdy/Makefile.am
+++ b/src/testspdy/Makefile.am
@@ -29,7 +29,7 @@ check_PROGRAMS = \
29 test_request_response \ 29 test_request_response \
30 test_notls \ 30 test_notls \
31 test_request_response_with_callback \ 31 test_request_response_with_callback \
32 test_requests_with_assets \ 32 #test_requests_with_assets \
33 test_misc \ 33 test_misc \
34 test_session_timeout 34 test_session_timeout
35 35
@@ -83,10 +83,10 @@ test_request_response_with_callback_SOURCES = \
83 $(SPDY_SOURCES) 83 $(SPDY_SOURCES)
84test_request_response_with_callback_LDADD = $(SPDY_LDADD) 84test_request_response_with_callback_LDADD = $(SPDY_LDADD)
85 85
86test_requests_with_assets_SOURCES = \ 86#test_requests_with_assets_SOURCES = \
87 test_requests_with_assets.c \ 87# test_requests_with_assets.c \
88 $(SPDY_SOURCES) 88# $(SPDY_SOURCES)
89test_requests_with_assets_LDADD = $(SPDY_LDADD) 89#test_requests_with_assets_LDADD = $(SPDY_LDADD)
90 90
91test_misc_SOURCES = \ 91test_misc_SOURCES = \
92 test_misc.c \ 92 test_misc.c \