summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-12-11 09:06:36 +0100
committerDaniel Stenberg <daniel@haxx.se>2020-12-11 17:42:17 +0100
commit34bb59a8689c1810c336e5a6677524864297a2a5 (patch)
treef26d88d7eb30922e447e689c8ec7cb1c37ceb33f
parent769a4687dfc65f953daf70a210babad438a0cf17 (diff)
downloadcurl-34bb59a8689c1810c336e5a6677524864297a2a5.tar.gz
runtests: add 'wakeup' as a feature
-rw-r--r--tests/FILEFORMAT.md1
-rwxr-xr-xtests/runtests.pl1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/FILEFORMAT.md b/tests/FILEFORMAT.md
index 1e9513466..a91332700 100644
--- a/tests/FILEFORMAT.md
+++ b/tests/FILEFORMAT.md
@@ -405,6 +405,7 @@ Features testable here are:
- `unittest`
- `unix-sockets`
- `verbose-strings`
+- `wakeup`
- `win32`
as well as each protocol that curl supports. A protocol only needs to be
diff --git a/tests/runtests.pl b/tests/runtests.pl
index 92ff1f61d..0858127db 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -2823,6 +2823,7 @@ sub setupfeatures {
$feature{"shuffle-dns"} = 1;
$feature{"typecheck"} = 1;
$feature{"verbose-strings"} = 1;
+ $feature{"wakeup"} = 1;
}