curl/tests/data/test3214
Daniel Stenberg f3aa7c8704
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.
2025-07-05 11:47:56 +02:00

22 lines
201 B
Text

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