@@ -134,11 +134,55 @@ else
134
134
abicheck :
135
135
endif
136
136
137
- DISTCLEANFILES += test.log
137
+ DISTCLEANFILES += \
138
+ test.log \
139
+ tests/trust_dir/ca.db.serial \
140
+ tests/trust_dir/done \
141
+ tests/trust_dir/keys/rev.mongodb.com.pem \
142
+ tests/trust_dir/keys/mongodb.com.pem \
143
+ tests/trust_dir/keys/pass.mongodb.com.pem \
144
+ tests/trust_dir/keys/127.0.0.1.pem \
145
+ tests/trust_dir/keys/alt.mongodb.com.pem \
146
+ tests/trust_dir/ca.db.certs/01.pem \
147
+ tests/trust_dir/ca.db.certs/04.pem \
148
+ tests/trust_dir/ca.db.certs/05.pem \
149
+ tests/trust_dir/ca.db.certs/02.pem \
150
+ tests/trust_dir/ca.db.certs/03.pem \
151
+ tests/trust_dir/ca.db.index.attr \
152
+ tests/trust_dir/ca.db.index \
153
+ tests/trust_dir/build/mongodb.com.crt \
154
+ tests/trust_dir/build/127.0.0.1.req \
155
+ tests/trust_dir/build/mongodb.com.key \
156
+ tests/trust_dir/build/rev.mongodb.com.req \
157
+ tests/trust_dir/build/alt.mongodb.com.req \
158
+ tests/trust_dir/build/pass.mongodb.com.key \
159
+ tests/trust_dir/build/rev.mongodb.com.key \
160
+ tests/trust_dir/build/127.0.0.1.crt \
161
+ tests/trust_dir/build/pass.mongodb.com.req \
162
+ tests/trust_dir/build/rev.mongodb.com.crt \
163
+ tests/trust_dir/build/pass.mongodb.com.crt \
164
+ tests/trust_dir/build/mongodb.com.req \
165
+ tests/trust_dir/build/127.0.0.1.key \
166
+ tests/trust_dir/build/alt.mongodb.com.crt \
167
+ tests/trust_dir/build/alt.mongodb.com.key \
168
+ tests/trust_dir/verify/mongo_root.pem \
169
+ tests/trust_dir/verify/rev.mongodb.com.pem \
170
+ tests/trust_dir/verify/mongodb.com.pem \
171
+ tests/trust_dir/verify/pass.mongodb.com.pem \
172
+ tests/trust_dir/verify/127.0.0.1.pem \
173
+ tests/trust_dir/verify/alt.mongodb.com.pem \
174
+ tests/trust_dir/ca.db.index.old \
175
+ tests/trust_dir/ca.db.rand \
176
+ tests/trust_dir/signing-ca.key \
177
+ tests/trust_dir/signing-ca.crt \
178
+ tests/trust_dir/ca.db.index.attr.old \
179
+ tests/trust_dir/ca.db.serial.old \
180
+ tests/trust_dir/crl/root.crl.pem
138
181
139
182
.PHONY : test_certs
140
183
141
184
EXTRA_DIST += \
185
+ tests/abicheck.sh \
142
186
tests/binary/delete1.dat \
143
187
tests/binary/get_more1.dat \
144
188
tests/binary/gridfs.dat \
0 commit comments