aboutsummaryrefslogtreecommitdiff
path: root/tests/data/Makefile.am
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-11-15 21:49:35 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-11-15 21:49:35 +0000
commit66f6f430567526305c6fcc8c4ec2ae19f4a84e08 (patch)
tree56db71876b64f85c56aeb425240b48d0734bfd07 /tests/data/Makefile.am
parent86f059dcfbb32ee7ee25c7232457c558ea9f8c4f (diff)
added test case 517: 22 tests of the curl_getdate() function
Diffstat (limited to 'tests/data/Makefile.am')
-rw-r--r--tests/data/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am
index ccfc6e72e..68291b213 100644
--- a/tests/data/Makefile.am
+++ b/tests/data/Makefile.am
@@ -27,7 +27,8 @@ EXTRA_DIST = test1 test108 test117 test127 test20 test27 test34 test46 \
test172 test204 test205 test173 test174 test175 test176 test177 \
test513 test514 test178 test179 test180 test181 test182 test183 \
test184 test185 test186 test187 test188 test189 test191 test192 \
- test193 test194 test195 test196 test197 test198 test515 test516
+ test193 test194 test195 test196 test197 test198 test515 test516 \
+ test517
# The following tests have been removed from the dist since they no longer
# work. We need to fix the test suite's FTPS server first, then bring them