1
0
mirror of https://github.com/moparisthebest/curl synced 2025-01-11 05:58:01 -05:00

runtests: add 'wakeup' as a feature

This commit is contained in:
Daniel Stenberg 2020-12-11 09:06:36 +01:00
parent 769a4687df
commit 34bb59a868
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
2 changed files with 2 additions and 0 deletions

View 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

View File

@ -2823,6 +2823,7 @@ sub setupfeatures {
$feature{"shuffle-dns"} = 1;
$feature{"typecheck"} = 1;
$feature{"verbose-strings"} = 1;
$feature{"wakeup"} = 1;
}