mirror of
https://github.com/curl/curl.git
synced 2026-07-24 05:07:17 +03:00
runtests: make 'mbedtls' a testable feature
Also add to FILEFORMAT.md
This commit is contained in:
parent
c6aa19c1da
commit
d9ee0e47c1
2 changed files with 2 additions and 0 deletions
|
|
@ -423,6 +423,7 @@ Features testable here are:
|
|||
- `oldlibssh` (versions before 0.9.4)
|
||||
- `libz`
|
||||
- `manual`
|
||||
- `mbedtls`
|
||||
- `Mime`
|
||||
- `netrc`
|
||||
- `NSS`
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue