curl/tests/data/test1477
Daniel Stenberg 0ca3a4ec9a
test1477: verify that libcurl-errors.3 and public headers are synced
The script errorcodes.pl extracts all error codes from all headers and
checks that they are all documented, then checks that all documented
error codes are also specified in a header file.

Closes #12424
2023-11-28 22:55:50 +01:00

31 lines
333 B
Plaintext

<testcase>
<info>
<keywords>
documentation
</keywords>
</info>
#
# Client-side
<client>
<server>
none
</server>
<name>
Verify that error codes in headers and libcurl-errors.3 are in sync
</name>
<command type="perl">
%SRCDIR/errorcodes.pl %SRCDIR/..
</command>
</client>
<verify>
<stdout>
Result
</stdout>
</verify>
</testcase>