summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2022-01-09 16:23:56 +0100
committerDaniel Stenberg <daniel@haxx.se>2022-01-09 18:08:14 +0100
commitcfb4f8b6260b88c5b3e8e1649b5efad97093f272 (patch)
tree88c49be0ab093b9d1d1ae1968a43ea5f05ec94c0
parent5bf1c4681ab4d966496b29631ab96c82f28e6577 (diff)
downloadcurl-cfb4f8b6260b88c5b3e8e1649b5efad97093f272.tar.gz
runtests: make 'wolfssl' a testable feature
Closes #8252
-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 655c648fc..7ba1de2a6 100644
--- a/tests/FILEFORMAT.md
+++ b/tests/FILEFORMAT.md
@@ -422,6 +422,7 @@ Features testable here are:
- `wakeup`
- `win32`
- `wolfssh`
+- `wolfssl`
as well as each protocol that curl supports. A protocol only needs to be
specified if it is different from the server (useful when the server
diff --git a/tests/runtests.pl b/tests/runtests.pl
index e6546631b..44d58d5f6 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -2883,6 +2883,7 @@ sub setupfeatures {
$feature{"libssh"} = $has_libssh;
$feature{"rustls"} = $has_rustls;
$feature{"wolfssh"} = $has_wolfssh;
+ $feature{"wolfssl"} = $has_wolfssl;
$feature{"manual"} = $has_manual;
$feature{"MinGW"} = $has_mingw;
$feature{"MultiSSL"} = $has_multissl;