mirror of
https://github.com/curl/curl.git
synced 2026-04-13 00:31:41 +08:00
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
23 lines
201 B
Plaintext
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>
|