runtests: make 'c-ares' a "feature" to depend on

... also added to the docs.
This commit is contained in:
Daniel Stenberg 2020-11-26 17:24:24 +01:00
Родитель fc813f80e1
Коммит 082422b189
2 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -333,6 +333,7 @@ SKIPPED.
Features testable here are: Features testable here are:
- `alt-svc` - `alt-svc`
- `c-ares`
- `cookies` - `cookies`
- `crypto` - `crypto`
- `debug` - `debug`

Просмотреть файл

@ -2762,6 +2762,7 @@ sub compare {
} }
sub setupfeatures { sub setupfeatures {
$feature{"c-ares"} = $has_cares;
$feature{"alt-svc"} = $has_altsvc; $feature{"alt-svc"} = $has_altsvc;
$feature{"HSTS"} = $has_hsts; $feature{"HSTS"} = $has_hsts;
$feature{"brotli"} = $has_brotli; $feature{"brotli"} = $has_brotli;