summaryrefslogtreecommitdiff
path: root/tests/server/disabled.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/server/disabled.c')
-rw-r--r--tests/server/disabled.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/server/disabled.c b/tests/server/disabled.c
index 0e862177d..6f7c10f18 100644
--- a/tests/server/disabled.c
+++ b/tests/server/disabled.c
@@ -30,6 +30,7 @@
*/
#include "curl_setup.h"
+#include "multihandle.h" /* for ENABLE_WAKEUP */
#include <stdio.h>
static const char *disabled[]={
@@ -66,6 +67,9 @@ static const char *disabled[]={
#ifdef CURL_DISABLE_VERBOSE_STRINGS
"verbose-strings",
#endif
+#ifndef ENABLE_WAKEUP
+ "wakeup",
+#endif
NULL
};