mirror of
https://github.com/moparisthebest/curl
synced 2024-10-31 23:55:01 -04:00
6a9abbd4d4
- checks that each option has its own man page present - checks that each option is mentioned in its corresponding index man page
27 lines
306 B
Plaintext
27 lines
306 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
source analysis
|
|
symbols-in-versions
|
|
documentation
|
|
</keywords>
|
|
</info>
|
|
|
|
#
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
none
|
|
</server>
|
|
|
|
<name>
|
|
Verify that all libcurl options have man pages
|
|
</name>
|
|
|
|
<command type="perl">
|
|
%SRCDIR/manpage-scan.pl %SRCDIR/..
|
|
</command>
|
|
</client>
|
|
|
|
</testcase>
|