aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/test_start_stop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/test_start_stop.c')
-rw-r--r--src/testcurl/test_start_stop.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/testcurl/test_start_stop.c b/src/testcurl/test_start_stop.c
index 90046685..6979f115 100644
--- a/src/testcurl/test_start_stop.c
+++ b/src/testcurl/test_start_stop.c
@@ -105,9 +105,11 @@ main (int argc, char *const *argv)
105 errorCount += testMultithreadedGet (0); 105 errorCount += testMultithreadedGet (0);
106 errorCount += testMultithreadedPoolGet (0); 106 errorCount += testMultithreadedPoolGet (0);
107 errorCount += testExternalGet (); 107 errorCount += testExternalGet ();
108#if !WINDOWS
108 errorCount += testInternalGet (MHD_USE_POLL); 109 errorCount += testInternalGet (MHD_USE_POLL);
109 errorCount += testMultithreadedGet (MHD_USE_POLL); 110 errorCount += testMultithreadedGet (MHD_USE_POLL);
110 errorCount += testMultithreadedPoolGet (MHD_USE_POLL); 111 errorCount += testMultithreadedPoolGet (MHD_USE_POLL);
112#endif
111 if (errorCount != 0) 113 if (errorCount != 0)
112 fprintf (stderr, "Error (code: %u)\n", errorCount); 114 fprintf (stderr, "Error (code: %u)\n", errorCount);
113 return errorCount != 0; /* 0 == pass */ 115 return errorCount != 0; /* 0 == pass */