summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2022-12-27 12:00:13 +0100
committerDaniel Stenberg <daniel@haxx.se>2022-12-27 22:41:19 +0100
commitd9ee0e47c18f5af93612fbe5a83655b04922dffd (patch)
treecb1648b5d5f53d51e4029a1e2168e8072ab468a6 /tests
parentc6aa19c1dadb082c00f9b693dfda0559556aeba8 (diff)
downloadcurl-d9ee0e47c18f5af93612fbe5a83655b04922dffd.tar.gz
runtests: make 'mbedtls' a testable feature
Also add to FILEFORMAT.md
Diffstat (limited to 'tests')
-rw-r--r--tests/FILEFORMAT.md1
-rwxr-xr-xtests/runtests.pl1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/FILEFORMAT.md b/tests/FILEFORMAT.md
index be111678e..e9248826e 100644
--- a/tests/FILEFORMAT.md
+++ b/tests/FILEFORMAT.md
@@ -423,6 +423,7 @@ Features testable here are:
- `oldlibssh` (versions before 0.9.4)
- `libz`
- `manual`
+- `mbedtls`
- `Mime`
- `netrc`
- `NSS`
diff --git a/tests/runtests.pl b/tests/runtests.pl
index 33caf7c5c..0547d3a46 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -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;