aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test1140
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-05-01 23:07:35 +0200
committerDaniel Stenberg <daniel@haxx.se>2016-05-01 23:24:09 +0200
commit9291e2b9d0a5975d7d6b0fe2a0a45119724c75c3 (patch)
tree8effdf9ef8475e36975cfef4aeab556e6e7ae382 /tests/data/test1140
parent2a6c34c8adfef4d2fcd5857d65b152a49d7af857 (diff)
test1140: run nroff-scan to verify man pages
Diffstat (limited to 'tests/data/test1140')
-rw-r--r--tests/data/test114026
1 files changed, 26 insertions, 0 deletions
diff --git a/tests/data/test1140 b/tests/data/test1140
new file mode 100644
index 000000000..b9458be9f
--- /dev/null
+++ b/tests/data/test1140
@@ -0,0 +1,26 @@
+<testcase>
+<info>
+<keywords>
+source analysis
+symbols-in-versions
+documentation
+</keywords>
+</info>
+
+#
+# Client-side
+<client>
+<server>
+none
+</server>
+
+ <name>
+Verify the nroff of man pages
+ </name>
+
+<command type="perl">
+%SRCDIR/nroff-scan.pl %SRCDIR/../docs/ %SRCDIR/../docs/libcurl/*.3 %SRCDIR/../docs/libcurl/opts/*.3 %SRCDIR/../docs/*.1
+</command>
+</client>
+
+</testcase>