1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-23 08:38:49 -05:00

FILEFORMAT: add more features that tests can depend on

This commit is contained in:
Daniel Stenberg 2020-05-27 14:28:51 +02:00
parent 3d44bfb08d
commit d528d97563
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -283,11 +283,14 @@ SKIPPED.
Features testable here are: Features testable here are:
- `alt-svc` - `alt-svc`
- `cookies`
- `crypto` - `crypto`
- `debug` - `debug`
- `DoH`
- `getrlimit` - `getrlimit`
- `GnuTLS` - `GnuTLS`
- `GSS-API` - `GSS-API`
- `HTTP-auth`
- `http/2` - `http/2`
- `idn` - `idn`
- `ipv6` - `ipv6`
@ -297,10 +300,15 @@ Features testable here are:
- `libz` - `libz`
- `manual` - `manual`
- `Metalink` - `Metalink`
- `Mime`
- `netrc`
- `NSS` - `NSS`
- `NTLM` - `NTLM`
- `OpenSSL` - `OpenSSL`
- `parsedate`
- `proxy`
- `PSL` - `PSL`
- `shuffle-dns`
- `socks` - `socks`
- `SPNEGO` - `SPNEGO`
- `SSL` - `SSL`
@ -309,8 +317,10 @@ Features testable here are:
- `threaded-resolver` - `threaded-resolver`
- `TLS-SRP` - `TLS-SRP`
- `TrackMemory` - `TrackMemory`
- `typecheck`
- `unittest` - `unittest`
- `unix-sockets` - `unix-sockets`
- `verbose-strings`
- `win32` - `win32`
- `WinSSL` - `WinSSL`