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; }