1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

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
parent fc813f80e1
commit 082422b189
2 changed files with 2 additions and 0 deletions

View File

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

View File

@ -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;