aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLRN <lrn1986@gmail.com>2013-08-06 18:58:33 +0000
committerLRN <lrn1986@gmail.com>2013-08-06 18:58:33 +0000
commit8208f31a43bdb5fd079b4124c2a47ef01b5bb5b8 (patch)
treed085eae5b0dc4b739d5f19cd7192a5ddcd7d3a60
parentf55c9a8e984e5e28b66b0edf792c6de861b4daee (diff)
downloadlibmicrohttpd-8208f31a43bdb5fd079b4124c2a47ef01b5bb5b8.tar.gz
libmicrohttpd-8208f31a43bdb5fd079b4124c2a47ef01b5bb5b8.zip
Disable quiesce test on W32
-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 329950fa..b83983e8 100644
--- a/src/testcurl/Makefile.am
+++ b/src/testcurl/Makefile.am
@@ -21,6 +21,7 @@ $(LIBCURL_CPPFLAGS)
21 21
22if !HAVE_W32 22if !HAVE_W32
23PERF_GET_CONCURRENT=perf_get_concurrent 23PERF_GET_CONCURRENT=perf_get_concurrent
24TEST_QUIESCE=test_quiesce
24if HAVE_CURL_BINARY 25if HAVE_CURL_BINARY
25CURL_FORK_TEST = test_get_response_cleanup 26CURL_FORK_TEST = test_get_response_cleanup
26endif 27endif
@@ -28,7 +29,7 @@ endif
28 29
29check_PROGRAMS = \ 30check_PROGRAMS = \
30 test_start_stop \ 31 test_start_stop \
31 test_quiesce \ 32 $(TEST_QUIESCE) \
32 test_get \ 33 test_get \
33 test_get_sendfile \ 34 test_get_sendfile \
34 test_urlparse \ 35 test_urlparse \