From: Daniel Stenberg Date: Fri, 11 Dec 2020 08:06:36 +0000 (+0100) Subject: runtests: add 'wakeup' as a feature X-Git-Tag: curl-7_75_0~255 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=34bb59a8689c1810c336e5a6677524864297a2a5;p=thirdparty%2Fcurl.git runtests: add 'wakeup' as a feature --- diff --git a/tests/FILEFORMAT.md b/tests/FILEFORMAT.md index 1e9513466f..a91332700a 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 92ff1f61d8..0858127dbd 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; }