]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
runtests: make 'wolfssl' a testable feature
authorDaniel Stenberg <daniel@haxx.se>
Sun, 9 Jan 2022 15:23:56 +0000 (16:23 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 9 Jan 2022 17:08:14 +0000 (18:08 +0100)
Closes #8252

tests/FILEFORMAT.md
tests/runtests.pl

index 655c648fcc07ce99bc443db6c1aa37db97430acd..7ba1de2a60b309b8ea993a261a73cea78368f2fa 100644 (file)
@@ -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
index e6546631b3416bd7170e422f5efada581aff5254..44d58d5f6b92dea9b5367a448b2656ebc67049a9 100755 (executable)
@@ -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;