summaryrefslogtreecommitdiff
path: root/tests/data/test1139
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-04-28 16:27:51 +0200
committerDaniel Stenberg <daniel@haxx.se>2016-04-28 16:30:22 +0200
commit6a9abbd4d40f53e19b750321214026746bef8164 (patch)
tree2d551c29ae7eef513722bd03e5b6cd40b0b49d0e /tests/data/test1139
parent220a0b065f677236277feef4af1c7b0c18e0b522 (diff)
downloadgnurl-6a9abbd4d40f53e19b750321214026746bef8164.tar.gz
gnurl-6a9abbd4d40f53e19b750321214026746bef8164.tar.bz2
gnurl-6a9abbd4d40f53e19b750321214026746bef8164.zip
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/test113926
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>