summaryrefslogtreecommitdiff
path: root/tests/server
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-12-11 09:05:47 +0100
committerDaniel Stenberg <daniel@haxx.se>2020-12-11 17:42:17 +0100
commit769a4687dfc65f953daf70a210babad438a0cf17 (patch)
tree60e14135b3f71e0c1907e26ec2b6b53408a63a2b /tests/server
parent6cd066f64b9165c1b1f3243844ea32b1f1ba42f5 (diff)
downloadcurl-769a4687dfc65f953daf70a210babad438a0cf17.tar.gz
tests/server/disabled: add "wakeup"
To allow the test suite to know if wakeup support is disabled in the build.
Diffstat (limited to 'tests/server')
-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
};