1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04: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:
- `alt-svc`
- `cookies`
- `crypto`
- `debug`
- `DoH`
- `getrlimit`
- `GnuTLS`
- `GSS-API`
- `HTTP-auth`
- `http/2`
- `idn`
- `ipv6`
@ -297,10 +300,15 @@ Features testable here are:
- `libz`
- `manual`
- `Metalink`
- `Mime`
- `netrc`
- `NSS`
- `NTLM`
- `OpenSSL`
- `parsedate`
- `proxy`
- `PSL`
- `shuffle-dns`
- `socks`
- `SPNEGO`
- `SSL`
@ -309,8 +317,10 @@ Features testable here are:
- `threaded-resolver`
- `TLS-SRP`
- `TrackMemory`
- `typecheck`
- `unittest`
- `unix-sockets`
- `verbose-strings`
- `win32`
- `WinSSL`