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:
parent
769a4687df
commit
34bb59a868
@ -405,6 +405,7 @@ Features testable here are:
|
|||||||
- `unittest`
|
- `unittest`
|
||||||
- `unix-sockets`
|
- `unix-sockets`
|
||||||
- `verbose-strings`
|
- `verbose-strings`
|
||||||
|
- `wakeup`
|
||||||
- `win32`
|
- `win32`
|
||||||
|
|
||||||
as well as each protocol that curl supports. A protocol only needs to be
|
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{"shuffle-dns"} = 1;
|
||||||
$feature{"typecheck"} = 1;
|
$feature{"typecheck"} = 1;
|
||||||
$feature{"verbose-strings"} = 1;
|
$feature{"verbose-strings"} = 1;
|
||||||
|
$feature{"wakeup"} = 1;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user