diff options
Diffstat (limited to 'src/testspdy/Makefile.am')
-rw-r--r-- | src/testspdy/Makefile.am | 10 |
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) |
84 | test_request_response_with_callback_LDADD = $(SPDY_LDADD) | 84 | test_request_response_with_callback_LDADD = $(SPDY_LDADD) |
85 | 85 | ||
86 | test_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) |
89 | test_requests_with_assets_LDADD = $(SPDY_LDADD) | 89 | #test_requests_with_assets_LDADD = $(SPDY_LDADD) |
90 | 90 | ||
91 | test_misc_SOURCES = \ | 91 | test_misc_SOURCES = \ |
92 | test_misc.c \ | 92 | test_misc.c \ |