aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-04-06 22:20:12 +0000
committerChristian Grothoff <christian@grothoff.org>2015-04-06 22:20:12 +0000
commit9273b46d54a0ee19a0ab7269653056b86c9f7dcd (patch)
tree0d2ce6be26afabacd755578e9d0293d21924af5d /src/testcurl/Makefile.am
parentf88e041ca019e8036c5512c7bff2e9626006c59d (diff)
downloadlibmicrohttpd-9273b46d54a0ee19a0ab7269653056b86c9f7dcd.tar.gz
libmicrohttpd-9273b46d54a0ee19a0ab7269653056b86c9f7dcd.zip
-disable this test on w32
Diffstat (limited to 'src/testcurl/Makefile.am')
-rw-r--r--src/testcurl/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/testcurl/Makefile.am b/src/testcurl/Makefile.am
index 2bedaaca..b2bf1d51 100644
--- a/src/testcurl/Makefile.am
+++ b/src/testcurl/Makefile.am
@@ -18,6 +18,7 @@ $(LIBCURL_CPPFLAGS)
18 18
19if !HAVE_W32 19if !HAVE_W32
20PERF_GET_CONCURRENT=perf_get_concurrent 20PERF_GET_CONCURRENT=perf_get_concurrent
21TEST_CONCURRENT_STOP=test_concurrent_stop
21if HAVE_CURL_BINARY 22if HAVE_CURL_BINARY
22CURL_FORK_TEST = test_get_response_cleanup 23CURL_FORK_TEST = test_get_response_cleanup
23endif 24endif
@@ -30,7 +31,7 @@ check_PROGRAMS = \
30 test_get_sendfile \ 31 test_get_sendfile \
31 test_urlparse \ 32 test_urlparse \
32 test_put \ 33 test_put \
33 test_concurrent_stop \ 34 $(TEST_CONCURRENT_STOP) \
34 test_process_headers \ 35 test_process_headers \
35 test_process_arguments \ 36 test_process_arguments \
36 test_parse_cookies \ 37 test_parse_cookies \