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 09:06:36 +0100
commit31c8c12d065a18711c8c87c8cf59f01780fe6ceb (patch)
tree8dc631891147a9ed817d79977b4c6932ae03bec3
parente2fbaa9da06d69552bf2463013ab40526f310208 (diff)
downloadcurl-31c8c12d065a18711c8c87c8cf59f01780fe6ceb.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 ce4459a29..3752207ef 100644
--- a/tests/FILEFORMAT.md
+++ b/tests/FILEFORMAT.md
@@ -374,6 +374,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 ac889a505..6b1e6f7a5 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -2821,6 +2821,7 @@ sub setupfeatures {
$feature{"shuffle-dns"} = 1;
$feature{"typecheck"} = 1;
$feature{"verbose-strings"} = 1;
+ $feature{"wakeup"} = 1;
}