mirror of
https://github.com/curl/curl.git
synced 2026-08-05 05:06:13 +03:00
runtests: add 'wakeup' as a feature
This commit is contained in:
parent
769a4687df
commit
34bb59a868
2 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -2823,6 +2823,7 @@ sub setupfeatures {
|
|||
$feature{"shuffle-dns"} = 1;
|
||||
$feature{"typecheck"} = 1;
|
||||
$feature{"verbose-strings"} = 1;
|
||||
$feature{"wakeup"} = 1;
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue