curl-curl/tests/data/test745
Daniel Stenberg 79b4e56b3f
typecheck-gcc.h: fix the typechecks
Refreshed, cleaned up, improved and now checks *all* options.

This must have stopped working at some point. gcc-14 least shows these
warnings with this change, not without.

Add test 745 to verify that all options listed in curl.h is also checked
by the typechecker.

This improved checker found almost 30 mistakes in the curl git
repository.

Closes #17143
2025-04-24 13:23:49 +02:00

32 lines
329 B
Plaintext

<testcase>
<info>
<keywords>
source analysis
symbols-in-versions
</keywords>
</info>
#
# Client-side
<client>
<server>
none
</server>
<name>
Verify that typecheck-gcc and curl.h are in sync
</name>
<command type="perl">
%SRCDIR/test745.pl %SRCDIR/..
</command>
</client>
<verify>
<stdout>
OK
</stdout>
</verify>
</testcase>