runtests: make 'mbedtls' a testable feature

Also add to FILEFORMAT.md
This commit is contained in:
Daniel Stenberg 2022-12-27 12:00:13 +01:00
parent c6aa19c1da
commit d9ee0e47c1
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
2 changed files with 2 additions and 0 deletions

View File

@ -423,6 +423,7 @@ Features testable here are:
- `oldlibssh` (versions before 0.9.4)
- `libz`
- `manual`
- `mbedtls`
- `Mime`
- `netrc`
- `NSS`

View File

@ -3015,6 +3015,7 @@ sub setupfeatures {
$feature{"manual"} = $has_manual;
$feature{"MinGW"} = $has_mingw;
$feature{"MultiSSL"} = $has_multissl;
$feature{"mbedtls"} = $has_mbedtls;
$feature{"NSS"} = $has_nss;
$feature{"NTLM"} = $has_ntlm;
$feature{"NTLM_WB"} = $has_ntlm_wb;