Loading tests/FILEFORMAT +1 −0 Original line number Diff line number Diff line Loading @@ -231,6 +231,7 @@ ipv6 Kerberos large_file libz manual Metalink NSS NTLM Loading tests/data/test1026 +3 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,9 @@ # # Client-side <client> <features> manual </features> <server> none </server> Loading tests/runtests.pl +17 −0 Original line number Diff line number Diff line Loading @@ -235,6 +235,7 @@ my $has_threadedres;# set if built with threaded resolver my $has_psl; # set if libcurl is built with PSL support my $has_ldpreload; # set if curl is built for systems supporting LD_PRELOAD my $has_multissl; # set if curl is build with MultiSSL support my $has_manual; # set if curl is built with built-in manual # this version is decided by the particular nghttp2 library that is being used my $h2cver = "h2c"; Loading Loading @@ -3033,6 +3034,17 @@ sub checksystem { "TrackMemory feature (--enable-curldebug)"; } open(M, "$CURL -M 2>&1|"); while(my $s = <M>) { if($s =~ /built-in manual was disabled at build-time/) { $has_manual = 0; last; } $has_manual = 1; last; } close(M); $has_shared = `sh $CURLCONFIG --built-shared`; chomp $has_shared; Loading Loading @@ -3472,6 +3484,11 @@ sub singletest { next; } } elsif($1 eq "manual") { if($has_manual) { next; } } elsif($1 eq "socks") { next; } Loading Loading
tests/FILEFORMAT +1 −0 Original line number Diff line number Diff line Loading @@ -231,6 +231,7 @@ ipv6 Kerberos large_file libz manual Metalink NSS NTLM Loading
tests/data/test1026 +3 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,9 @@ # # Client-side <client> <features> manual </features> <server> none </server> Loading
tests/runtests.pl +17 −0 Original line number Diff line number Diff line Loading @@ -235,6 +235,7 @@ my $has_threadedres;# set if built with threaded resolver my $has_psl; # set if libcurl is built with PSL support my $has_ldpreload; # set if curl is built for systems supporting LD_PRELOAD my $has_multissl; # set if curl is build with MultiSSL support my $has_manual; # set if curl is built with built-in manual # this version is decided by the particular nghttp2 library that is being used my $h2cver = "h2c"; Loading Loading @@ -3033,6 +3034,17 @@ sub checksystem { "TrackMemory feature (--enable-curldebug)"; } open(M, "$CURL -M 2>&1|"); while(my $s = <M>) { if($s =~ /built-in manual was disabled at build-time/) { $has_manual = 0; last; } $has_manual = 1; last; } close(M); $has_shared = `sh $CURLCONFIG --built-shared`; chomp $has_shared; Loading Loading @@ -3472,6 +3484,11 @@ sub singletest { next; } } elsif($1 eq "manual") { if($has_manual) { next; } } elsif($1 eq "socks") { next; } Loading