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 16:25:18 +0100
commit1a4e754fdd8a357d5048edc5df7b47f59eef7a63 (patch)
tree17721eba80f67793dc58c29714fd0c3d1d2d94b2
parentf127a9647298f4d103663e59eac7225b0aa2bce9 (diff)
downloadcurl-1a4e754fdd8a357d5048edc5df7b47f59eef7a63.tar.gz
runtests: make 'wolfssl' a testable feature
-rwxr-xr-xtests/runtests.pl1
1 files changed, 1 insertions, 0 deletions
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;