libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 8208f31a43bdb5fd079b4124c2a47ef01b5bb5b8
parent f55c9a8e984e5e28b66b0edf792c6de861b4daee
Author: LRN <lrn1986@gmail.com>
Date:   Tue,  6 Aug 2013 18:58:33 +0000

Disable quiesce test on W32


Diffstat:
Msrc/testcurl/Makefile.am | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/testcurl/Makefile.am b/src/testcurl/Makefile.am @@ -21,6 +21,7 @@ $(LIBCURL_CPPFLAGS) if !HAVE_W32 PERF_GET_CONCURRENT=perf_get_concurrent +TEST_QUIESCE=test_quiesce if HAVE_CURL_BINARY CURL_FORK_TEST = test_get_response_cleanup endif @@ -28,7 +29,7 @@ endif check_PROGRAMS = \ test_start_stop \ - test_quiesce \ + $(TEST_QUIESCE) \ test_get \ test_get_sendfile \ test_urlparse \