diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/FILEFORMAT.md | 1 | ||||
-rwxr-xr-x | tests/runtests.pl | 1 |
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; } |