commit 9273b46d54a0ee19a0ab7269653056b86c9f7dcd
parent f88e041ca019e8036c5512c7bff2e9626006c59d
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 6 Apr 2015 22:20:12 +0000
-disable this test on w32
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/testcurl/Makefile.am b/src/testcurl/Makefile.am
@@ -18,6 +18,7 @@ $(LIBCURL_CPPFLAGS)
if !HAVE_W32
PERF_GET_CONCURRENT=perf_get_concurrent
+TEST_CONCURRENT_STOP=test_concurrent_stop
if HAVE_CURL_BINARY
CURL_FORK_TEST = test_get_response_cleanup
endif
@@ -30,7 +31,7 @@ check_PROGRAMS = \
test_get_sendfile \
test_urlparse \
test_put \
- test_concurrent_stop \
+ $(TEST_CONCURRENT_STOP) \
test_process_headers \
test_process_arguments \
test_parse_cookies \