diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-04-28 16:27:51 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-04-28 16:30:22 +0200 |
commit | 6a9abbd4d40f53e19b750321214026746bef8164 (patch) | |
tree | 2d551c29ae7eef513722bd03e5b6cd40b0b49d0e /tests/data/test1139 | |
parent | 220a0b065f677236277feef4af1c7b0c18e0b522 (diff) |
test1139: verifies libcurl option man page presence
- checks that each option has its own man page present
- checks that each option is mentioned in its corresponding index man
page
Diffstat (limited to 'tests/data/test1139')
-rw-r--r-- | tests/data/test1139 | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/tests/data/test1139 b/tests/data/test1139 new file mode 100644 index 000000000..30f730c2e --- /dev/null +++ b/tests/data/test1139 @@ -0,0 +1,26 @@ +<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> |