mirror of
https://github.com/curl/curl.git
synced 2026-06-01 22:34:16 +03:00
tests: have runtests figure out disabled features
... so that runtests can skip individual test cases that test features that are explicitly disabled in this build. This new logic is intended for disabled features that aren't otherwise easily visible through the curl_version_info() or other API calls. tests/server/disabled is a newly built executable that will output a list of disabled features. Outputs nothing for a default build. Closes #3950
This commit is contained in:
parent
13d9bb8bad
commit
40259ca655
4 changed files with 168 additions and 315 deletions
|
|
@ -66,6 +66,7 @@ http
|
|||
<features>
|
||||
!SSPI
|
||||
crypto
|
||||
proxy
|
||||
</features>
|
||||
<name>
|
||||
HTTP POST --digest with PUT and resumed upload and modified method
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue