mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
FILEFORMAT: Added test requires feature not present information
Such as !SSPI as we do for the NTLM and Digest tests.
This commit is contained in:
parent
d62706ec6d
commit
10cbc33a4c
@ -196,8 +196,14 @@ Give only one per line. This subsection is mandatory.
|
|||||||
|
|
||||||
<features>
|
<features>
|
||||||
A list of features that MUST be present in the client/library for this test to
|
A list of features that MUST be present in the client/library for this test to
|
||||||
be able to run (if these features are not present, the test will be
|
be able to run. If a required feature is not present then the test will be
|
||||||
SKIPPED). Features testable here are:
|
SKIPPED.
|
||||||
|
|
||||||
|
Alternatively a feature can be prefixed with an exclamation mark to indicate a
|
||||||
|
feature is NOT required. If the feature is present then the test will be
|
||||||
|
SKIPPED.
|
||||||
|
|
||||||
|
Features testable here are:
|
||||||
|
|
||||||
axTLS
|
axTLS
|
||||||
crypto
|
crypto
|
||||||
|
Loading…
Reference in New Issue
Block a user