mirror of
https://github.com/curl/curl.git
synced 2025-01-24 14:15:18 +08:00
bcc2e90e45
... no need to use an absolute path, that makes the build unncessarily fail if invoked using a different mount point. managen now takes options to find the input files. Update test1478 to provide the dir arguments to managen Closes #13281
33 lines
479 B
Plaintext
33 lines
479 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 -d %SRCDIR/../docs/cmdline-opts -I %SRCDIR/../include listhelp %SRCDIR/../docs/cmdline-opts/*.md
|
|
</command>
|
|
</client>
|
|
|
|
<verify>
|
|
<stdout mode="text">
|
|
%include %SRCDIR/../src/tool_listhelp.c%
|
|
</stdout>
|
|
</verify>
|
|
|
|
</testcase>
|