curl-curl/tests/data/test3214
Daniel Stenberg 81693c77be
unit3214: verify struct sizes
This test makes sure that a number of internal and public structs are
within their maximum allowed size limits.

The public structs can only grow in controlled ways, while the internal
ones may be allowed to grow if deemed right.

The idea here is to control, to know and make sure all important struct
growth is intentional.

Closes #17823
2025-07-06 20:28:21 +02:00

23 lines
201 B
Plaintext

<testcase>
<info>
<keywords>
unittest
size
</keywords>
</info>
#
# Client-side
<client>
<server>
none
</server>
<features>
unittest
</features>
<name>
struct size checks
</name>
</client>
</testcase>