curl/tests/data/test1478
Daniel Stenberg 1ccf1cd993
scripts/managen: the new name and home for the manpage generator
It was previously docs/cmdline-opts/gen.pl

Closes #13089
2024-03-08 17:05:08 +01:00

33 lines
425 B
Plaintext

<testcase>
<info>
<keywords>
source analysis
documentation
--help
</keywords>
</info>
#
# Client-side
<client>
<server>
none
</server>
<name>
src/tool_listhelp.c is in sync with docs/cmdline-opts
</name>
<command type="perl">
%SRCDIR/../scripts/managen listhelp %SRCDIR/../docs/cmdline-opts/*.md
</command>
</client>
<verify>
<stdout mode="text">
%include %SRCDIR/../src/tool_listhelp.c%
</stdout>
</verify>
</testcase>