]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
runtests: add 'wakeup' as a feature
authorDaniel Stenberg <daniel@haxx.se>
Fri, 11 Dec 2020 08:06:36 +0000 (09:06 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 11 Dec 2020 16:42:17 +0000 (17:42 +0100)
tests/FILEFORMAT.md
tests/runtests.pl

index 1e9513466f51a4fcb91298507731b5d7c890c1cb..a91332700aaf3d96fc8cd3d40877fb8be16f1192 100644 (file)
@@ -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
index 92ff1f61d86f7066293870605c1f03c25cb34f87..0858127dbdee7bf3549fdbfd211707dcc9b4098b 100755 (executable)
@@ -2823,6 +2823,7 @@ sub setupfeatures {
     $feature{"shuffle-dns"} = 1;
     $feature{"typecheck"} = 1;
     $feature{"verbose-strings"} = 1;
+    $feature{"wakeup"} = 1;
 
 }