tests: add 'large-time' as a testable feature

This allows test cases to require this feature to run and to be used in
%if conditions.

Large here means larger than 32 bits. Ie does not suffer from y2038.

Closes #11696
This commit is contained in:
Daniel Stenberg 2023-08-19 21:20:03 +02:00
parent 98483a8a3f
commit 1c3fcbdaa9
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
3 changed files with 5 additions and 0 deletions

View file

@ -428,6 +428,7 @@ Features testable here are:
- `ipv6`
- `Kerberos`
- `large_file`
- `large-time` (time_t is larger than 32 bit)
- `ld_preload`
- `libssh2`
- `libssh`