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