]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
runtests: make 'mbedtls' a testable feature
authorDaniel Stenberg <daniel@haxx.se>
Tue, 27 Dec 2022 11:00:13 +0000 (12:00 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 27 Dec 2022 21:41:19 +0000 (22:41 +0100)
Also add to FILEFORMAT.md

tests/FILEFORMAT.md
tests/runtests.pl

index be111678e2f5994bb1fa7512e57111e4bdb3f58e..e9248826ef09672937fd836ec85a5816ae373602 100644 (file)
@@ -423,6 +423,7 @@ Features testable here are:
 - `oldlibssh` (versions before 0.9.4)
 - `libz`
 - `manual`
+- `mbedtls`
 - `Mime`
 - `netrc`
 - `NSS`
index 33caf7c5cdb7c5586c6b140e1bc25da24d7c4c9e..0547d3a46e2ae83b1cd26d392457958d80091021 100755 (executable)
@@ -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;