curl/tests/data/test1173
Daniel Stenberg 8fbdf8331e
test1173: check references to libcurl options
... that they refer to actual existing libcurl options.

Reviewed-by: Daniel Gustafsson
Closes #7656
2021-09-04 11:27:56 +02:00

33 lines
430 B
Plaintext

<testcase>
<info>
<keywords>
source analysis
documentation
--manual
</keywords>
</info>
#
# Client-side
<client>
<server>
none
</server>
<name>
Man page syntax checks
</name>
<command type="perl">
%SRCDIR/manpage-syntax.pl %SRCDIR/../docs/libcurl/symbols-in-versions %SRCDIR/../docs/*.1 %SRCDIR/../docs/libcurl/*.3 %SRCDIR/../docs/libcurl/opts/*.3
</command>
</client>
<verify>
<stderr>
ok
</stderr>
</verify>
</testcase>