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 | |
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')
-rw-r--r-- | tests/data/Makefile.inc | 2 | ||||
-rw-r--r-- | tests/data/test1139 | 26 |
2 files changed, 27 insertions, 1 deletions
diff --git a/tests/data/Makefile.inc b/tests/data/Makefile.inc index 805d516e9..b29616f45 100644 --- a/tests/data/Makefile.inc +++ b/tests/data/Makefile.inc @@ -119,7 +119,7 @@ test1104 test1105 test1106 test1107 test1108 test1109 test1110 test1111 \ test1112 test1113 test1114 test1115 test1116 test1117 test1118 test1119 \ test1120 test1121 test1122 test1123 test1124 test1125 test1126 test1127 \ test1128 test1129 test1130 test1131 test1132 test1133 test1134 test1135 \ -test1136 test1137 test1138 \ +test1136 test1137 test1138 test1139 \ \ test1200 test1201 test1202 test1203 test1204 test1205 test1206 test1207 \ test1208 test1209 test1210 test1211 test1212 test1213 test1214 test1215 \ 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> |