runtests: make 'c-ares' a "feature" to depend on
... also added to the docs.
This commit is contained in:
Родитель
fc813f80e1
Коммит
082422b189
|
@ -333,6 +333,7 @@ SKIPPED.
|
|||
Features testable here are:
|
||||
|
||||
- `alt-svc`
|
||||
- `c-ares`
|
||||
- `cookies`
|
||||
- `crypto`
|
||||
- `debug`
|
||||
|
|
|
@ -2762,6 +2762,7 @@ sub compare {
|
|||
}
|
||||
|
||||
sub setupfeatures {
|
||||
$feature{"c-ares"} = $has_cares;
|
||||
$feature{"alt-svc"} = $has_altsvc;
|
||||
$feature{"HSTS"} = $has_hsts;
|
||||
$feature{"brotli"} = $has_brotli;
|
||||
|
|
Загрузка…
Ссылка в новой задаче