diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-09-17 17:38:25 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-09-17 17:38:25 +0000 |
commit | 0fdb77d643f3061cb748bfcf511ac65ae4005487 (patch) | |
tree | 94632efa5b2edbeebb94111c42a964c62e95148d | |
parent | 0c90cb7b83b1bcb806da30f1c5ac258c3b2dfa97 (diff) |
added three missing files to the dist archive
-rw-r--r-- | tests/data/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am index 589774552..d8df85208 100644 --- a/tests/data/Makefile.am +++ b/tests/data/Makefile.am @@ -62,7 +62,8 @@ EXTRA_DIST = test1 test108 test117 test127 test20 test27 test34 test46 \ test635 test636 test637 test558 test559 test1086 test1087 test1088 \ test1089 test1090 test1091 test1092 test1093 test1094 test1095 test1096 \ test1097 test560 test561 test1098 test1099 test562 test563 test1100 \ - test564 test1101 test1102 test1103 test1104 + test564 test1101 test1102 test1103 test1104 test299 test310 test311 \ + test312 filecheck: @mkdir test-place; \ |