]> granicus.if.org Git - curl/commitdiff
runtests.pl: run tests against the MesaLink vtls backend
authorYiming Jing <jingyiming@baidu.com>
Mon, 10 Sep 2018 20:11:23 +0000 (13:11 -0700)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 13 Sep 2018 06:26:45 +0000 (08:26 +0200)
tests/runtests.pl

index de0fd85875d25c1213fee2b9f0f1ee2f340c4232..7258fdf31818a4a8d7dd65f375f8ded782c1594e 100755 (executable)
@@ -251,6 +251,7 @@ my $has_darwinssl;  # built with DarwinSSL (Secure Transport)
 my $has_boringssl;  # built with BoringSSL
 my $has_libressl;   # built with libressl
 my $has_mbedtls;    # built with mbedTLS
+my $has_mesalink;   # built with MesaLink
 
 my $has_sslpinning; # built with a TLS backend that supports pinning
 
@@ -2747,6 +2748,10 @@ sub checksystem {
                $has_cares=1;
                $resolver="c-ares";
            }
+           if ($libcurl =~ /mesalink/i) {
+               $has_mesalink=1;
+               $ssllib="MesaLink";
+           }
         }
         elsif($_ =~ /^Protocols: (.*)/i) {
             # these are the protocols compiled in to this libcurl