]> git.ipfire.org Git - thirdparty/openssl.git/blob - test/build.info
File::Glob option ':bsd_glob' doesn't work everywhere, replace w/ a wrapper
[thirdparty/openssl.git] / test / build.info
1 {-
2 use File::Spec::Functions;
3 sub rebase_files
4 {
5 my ($base, $files) = @_;
6 return join(" ", map { "$base/$_" } split(/\s+/, $files));
7 }
8 ""
9 -}
10 IF[{- !$disabled{tests} -}]
11 LIBS_NO_INST=libtestutil.a
12 SOURCE[libtestutil.a]=testutil/basic_output.c testutil/output_helpers.c \
13 testutil/driver.c testutil/tests.c testutil/cb.c testutil/stanza.c \
14 testutil/format_output.c testutil/tap_bio.c \
15 {- rebase_files("../apps", $target{apps_aux_src}) -} \
16 testutil/test_cleanup.c testutil/main.c testutil/init.c
17 INCLUDE[libtestutil.a]=.. ../include
18 DEPEND[libtestutil.a]=../libcrypto
19
20 # Special hack for descrip.mms to include the MAIN object module
21 # explicitely. This will only be done if there isn't a MAIN in the
22 # program's object modules already.
23 BEGINRAW[descrip.mms]
24 INCLUDE_MAIN___test_libtestutil_OLB = /INCLUDE=MAIN
25 ENDRAW[descrip.mms]
26
27 PROGRAMS_NO_INST=\
28 aborttest test_test \
29 sanitytest exdatatest bntest \
30 ectest ecstresstest ecdsatest gmdifftest pbelutest ideatest \
31 md2test \
32 hmactest \
33 rc2test rc4test rc5test \
34 destest mdc2test \
35 dhtest enginetest casttest \
36 bftest ssltest_old dsatest exptest rsa_test \
37 evp_test evp_extra_test igetest v3nametest v3ext \
38 crltest danetest bad_dtls_test lhash_test \
39 constant_time_test verify_extra_test clienthellotest \
40 packettest asynctest secmemtest srptest memleaktest stack_test \
41 dtlsv1listentest ct_test threadstest afalgtest d2i_test \
42 ssl_test_ctx_test ssl_test x509aux cipherlist_test asynciotest \
43 bioprinttest sslapitest dtlstest sslcorrupttest bio_enc_test \
44 pkey_meth_test pkey_meth_kdf_test uitest cipherbytes_test \
45 asn1_encode_test asn1_string_table_test \
46 x509_time_test x509_dup_cert_test x509_check_cert_pkey_test \
47 recordlentest drbgtest sslbuffertest \
48 time_offset_test pemtest ssl_cert_table_internal_test ciphername_test \
49 servername_test
50
51 SOURCE[aborttest]=aborttest.c
52 INCLUDE[aborttest]=../include
53 DEPEND[aborttest]=../libcrypto
54
55 SOURCE[sanitytest]=sanitytest.c
56 INCLUDE[sanitytest]=../include
57 DEPEND[sanitytest]=../libcrypto libtestutil.a
58
59 SOURCE[test_test]=test_test.c
60 INCLUDE[test_test]=.. ../include
61 DEPEND[test_test]=../libcrypto libtestutil.a
62
63 SOURCE[exdatatest]=exdatatest.c
64 INCLUDE[exdatatest]=../include
65 DEPEND[exdatatest]=../libcrypto libtestutil.a
66
67 SOURCE[bntest]=bntest.c
68 INCLUDE[bntest]=.. ../crypto/include ../include
69 DEPEND[bntest]=../libcrypto libtestutil.a
70
71 SOURCE[ectest]=ectest.c
72 INCLUDE[ectest]=.. ../include
73 DEPEND[ectest]=../libcrypto libtestutil.a
74
75 SOURCE[ecstresstest]=ecstresstest.c
76 INCLUDE[ecstresstest]=.. ../include
77 DEPEND[ecstresstest]=../libcrypto libtestutil.a
78
79 SOURCE[ecdsatest]=ecdsatest.c
80 INCLUDE[ecdsatest]=../include
81 DEPEND[ecdsatest]=../libcrypto libtestutil.a
82
83 SOURCE[gmdifftest]=gmdifftest.c
84 INCLUDE[gmdifftest]=../include
85 DEPEND[gmdifftest]=../libcrypto libtestutil.a
86
87 SOURCE[pbelutest]=pbelutest.c
88 INCLUDE[pbelutest]=../include
89 DEPEND[pbelutest]=../libcrypto libtestutil.a
90
91 SOURCE[ideatest]=ideatest.c
92 INCLUDE[ideatest]=../include
93 DEPEND[ideatest]=../libcrypto libtestutil.a
94
95 SOURCE[md2test]=md2test.c
96 INCLUDE[md2test]=../include
97 DEPEND[md2test]=../libcrypto libtestutil.a
98
99 SOURCE[hmactest]=hmactest.c
100 INCLUDE[hmactest]=../include
101 DEPEND[hmactest]=../libcrypto libtestutil.a
102
103 SOURCE[rc2test]=rc2test.c
104 INCLUDE[rc2test]=../include
105 DEPEND[rc2test]=../libcrypto libtestutil.a
106
107 SOURCE[rc4test]=rc4test.c
108 INCLUDE[rc4test]=../include
109 DEPEND[rc4test]=../libcrypto libtestutil.a
110
111 SOURCE[rc5test]=rc5test.c
112 INCLUDE[rc5test]=../include
113 DEPEND[rc5test]=../libcrypto libtestutil.a
114
115 SOURCE[destest]=destest.c
116 INCLUDE[destest]=../include
117 DEPEND[destest]=../libcrypto libtestutil.a
118
119 SOURCE[mdc2test]=mdc2test.c
120 INCLUDE[mdc2test]=../include
121 DEPEND[mdc2test]=../libcrypto libtestutil.a
122
123 SOURCE[dhtest]=dhtest.c
124 INCLUDE[dhtest]=.. ../include
125 DEPEND[dhtest]=../libcrypto libtestutil.a
126
127 SOURCE[enginetest]=enginetest.c
128 INCLUDE[enginetest]=../include
129 DEPEND[enginetest]=../libcrypto libtestutil.a
130
131 SOURCE[casttest]=casttest.c
132 INCLUDE[casttest]=.. ../include
133 DEPEND[casttest]=../libcrypto libtestutil.a
134
135 SOURCE[bftest]=bftest.c
136 INCLUDE[bftest]=../include
137 DEPEND[bftest]=../libcrypto libtestutil.a
138
139 SOURCE[ssltest_old]=ssltest_old.c
140 INCLUDE[ssltest_old]=.. ../include
141 DEPEND[ssltest_old]=../libcrypto ../libssl
142
143 SOURCE[dsatest]=dsatest.c
144 INCLUDE[dsatest]=.. ../include
145 DEPEND[dsatest]=../libcrypto libtestutil.a
146
147 SOURCE[exptest]=exptest.c
148 INCLUDE[exptest]=../include
149 DEPEND[exptest]=../libcrypto libtestutil.a
150
151 SOURCE[rsa_test]=rsa_test.c
152 INCLUDE[rsa_test]=.. ../include
153 DEPEND[rsa_test]=../libcrypto libtestutil.a
154
155 SOURCE[evp_test]=evp_test.c
156 INCLUDE[evp_test]=../include
157 DEPEND[evp_test]=../libcrypto libtestutil.a
158
159 SOURCE[evp_extra_test]=evp_extra_test.c
160 INCLUDE[evp_extra_test]=.. ../include
161 DEPEND[evp_extra_test]=../libcrypto libtestutil.a
162
163 SOURCE[igetest]=igetest.c
164 INCLUDE[igetest]=.. ../include
165 DEPEND[igetest]=../libcrypto libtestutil.a
166
167 SOURCE[v3nametest]=v3nametest.c
168 INCLUDE[v3nametest]=.. ../include
169 DEPEND[v3nametest]=../libcrypto libtestutil.a
170
171 SOURCE[crltest]=crltest.c
172 INCLUDE[crltest]=../include
173 DEPEND[crltest]=../libcrypto libtestutil.a
174
175 SOURCE[v3ext]=v3ext.c
176 INCLUDE[v3ext]=../include
177 DEPEND[v3ext]=../libcrypto libtestutil.a
178
179 SOURCE[danetest]=danetest.c
180 INCLUDE[danetest]=.. ../include
181 DEPEND[danetest]=../libcrypto ../libssl libtestutil.a
182
183 SOURCE[constant_time_test]=constant_time_test.c
184 INCLUDE[constant_time_test]=.. ../include
185 DEPEND[constant_time_test]=../libcrypto libtestutil.a
186
187 SOURCE[verify_extra_test]=verify_extra_test.c
188 INCLUDE[verify_extra_test]=../include
189 DEPEND[verify_extra_test]=../libcrypto libtestutil.a
190
191 SOURCE[clienthellotest]=clienthellotest.c
192 INCLUDE[clienthellotest]=../include
193 DEPEND[clienthellotest]=../libcrypto ../libssl libtestutil.a
194
195 SOURCE[bad_dtls_test]=bad_dtls_test.c
196 INCLUDE[bad_dtls_test]=../include
197 DEPEND[bad_dtls_test]=../libcrypto ../libssl libtestutil.a
198
199 SOURCE[packettest]=packettest.c
200 INCLUDE[packettest]=../include
201 DEPEND[packettest]=../libcrypto libtestutil.a
202
203 SOURCE[asynctest]=asynctest.c
204 INCLUDE[asynctest]=.. ../include
205 DEPEND[asynctest]=../libcrypto
206
207 SOURCE[secmemtest]=secmemtest.c
208 INCLUDE[secmemtest]=../include
209 DEPEND[secmemtest]=../libcrypto libtestutil.a
210
211 SOURCE[srptest]=srptest.c
212 INCLUDE[srptest]=../include
213 DEPEND[srptest]=../libcrypto libtestutil.a
214
215 SOURCE[memleaktest]=memleaktest.c
216 INCLUDE[memleaktest]=../include
217 DEPEND[memleaktest]=../libcrypto libtestutil.a
218
219 SOURCE[stack_test]=stack_test.c
220 INCLUDE[stack_test]=.. ../include
221 DEPEND[stack_test]=../libcrypto libtestutil.a
222
223 SOURCE[lhash_test]=lhash_test.c
224 INCLUDE[lhash_test]=.. ../include
225 DEPEND[lhash_test]=../libcrypto libtestutil.a
226
227 SOURCE[dtlsv1listentest]=dtlsv1listentest.c
228 INCLUDE[dtlsv1listentest]=.. ../include
229 DEPEND[dtlsv1listentest]=../libssl libtestutil.a
230
231 SOURCE[ct_test]=ct_test.c
232 INCLUDE[ct_test]=../crypto/include ../include
233 DEPEND[ct_test]=../libcrypto libtestutil.a
234
235 SOURCE[threadstest]=threadstest.c
236 INCLUDE[threadstest]=.. ../include
237 DEPEND[threadstest]=../libcrypto libtestutil.a
238
239 SOURCE[afalgtest]=afalgtest.c
240 INCLUDE[afalgtest]=.. ../include
241 DEPEND[afalgtest]=../libcrypto libtestutil.a
242
243 SOURCE[d2i_test]=d2i_test.c
244 INCLUDE[d2i_test]=.. ../include
245 DEPEND[d2i_test]=../libcrypto libtestutil.a
246
247 SOURCE[ssl_test_ctx_test]=ssl_test_ctx_test.c ssl_test_ctx.c
248 INCLUDE[ssl_test_ctx_test]=.. ../include
249 DEPEND[ssl_test_ctx_test]=../libcrypto ../libssl libtestutil.a
250
251 SOURCE[ssl_test]=ssl_test.c ssl_test_ctx.c handshake_helper.c
252 INCLUDE[ssl_test]=.. ../include
253 DEPEND[ssl_test]=../libcrypto ../libssl libtestutil.a
254
255 SOURCE[cipherlist_test]=cipherlist_test.c
256 INCLUDE[cipherlist_test]=.. ../include
257 DEPEND[cipherlist_test]=../libcrypto ../libssl libtestutil.a
258
259 INCLUDE[testutil.o]=..
260 INCLUDE[ssl_test_ctx.o]=../include
261 INCLUDE[handshake_helper.o]=../include
262 INCLUDE[ssltestlib.o]=.. ../include
263
264 SOURCE[x509aux]=x509aux.c
265 INCLUDE[x509aux]=.. ../include
266 DEPEND[x509aux]=../libcrypto libtestutil.a
267
268 SOURCE[asynciotest]=asynciotest.c ssltestlib.c
269 INCLUDE[asynciotest]=../include
270 DEPEND[asynciotest]=../libcrypto ../libssl libtestutil.a
271
272 SOURCE[bioprinttest]=bioprinttest.c
273 INCLUDE[bioprinttest]=../ ../include
274 DEPEND[bioprinttest]=../libcrypto libtestutil.a
275
276 SOURCE[sslapitest]=sslapitest.c ssltestlib.c
277 INCLUDE[sslapitest]=../include ..
278 DEPEND[sslapitest]=../libcrypto ../libssl libtestutil.a
279
280 SOURCE[dtlstest]=dtlstest.c ssltestlib.c
281 INCLUDE[dtlstest]=../include .
282 DEPEND[dtlstest]=../libcrypto ../libssl libtestutil.a
283
284 SOURCE[sslcorrupttest]=sslcorrupttest.c ssltestlib.c
285 INCLUDE[sslcorrupttest]=../include .
286 DEPEND[sslcorrupttest]=../libcrypto ../libssl libtestutil.a
287
288 SOURCE[bio_enc_test]=bio_enc_test.c
289 INCLUDE[bio_enc_test]=../include
290 DEPEND[bio_enc_test]=../libcrypto libtestutil.a
291
292 SOURCE[pkey_meth_test]=pkey_meth_test.c
293 INCLUDE[pkey_meth_test]=../include
294 DEPEND[pkey_meth_test]=../libcrypto libtestutil.a
295
296 SOURCE[pkey_meth_kdf_test]=pkey_meth_kdf_test.c
297 INCLUDE[pkey_meth_kdf_test]=../include
298 DEPEND[pkey_meth_kdf_test]=../libcrypto libtestutil.a
299
300 SOURCE[x509_time_test]=x509_time_test.c
301 INCLUDE[x509_time_test]=.. ../include
302 DEPEND[x509_time_test]=../libcrypto libtestutil.a
303
304 SOURCE[recordlentest]=recordlentest.c ssltestlib.c
305 INCLUDE[recordlentest]=../include .
306 DEPEND[recordlentest]=../libcrypto ../libssl libtestutil.a
307
308 SOURCE[drbgtest]=drbgtest.c
309 INCLUDE[drbgtest]=../include . ..
310 DEPEND[drbgtest]=../libcrypto libtestutil.a
311
312 SOURCE[x509_dup_cert_test]=x509_dup_cert_test.c
313 INCLUDE[x509_dup_cert_test]=../include
314 DEPEND[x509_dup_cert_test]=../libcrypto libtestutil.a
315
316 SOURCE[x509_check_cert_pkey_test]=x509_check_cert_pkey_test.c
317 INCLUDE[x509_check_cert_pkey_test]=../include
318 DEPEND[x509_check_cert_pkey_test]=../libcrypto libtestutil.a
319
320 SOURCE[pemtest]=pemtest.c
321 INCLUDE[pemtest]=../include .
322 DEPEND[pemtest]=../libcrypto libtestutil.a
323
324 SOURCE[ssl_cert_table_internal_test]=ssl_cert_table_internal_test.c
325 INCLUDE[ssl_cert_table_internal_test]=.. ../include
326 DEPEND[ssl_cert_table_internal_test]=../libcrypto libtestutil.a
327
328 SOURCE[ciphername_test]=ciphername_test.c
329 INCLUDE[ciphername_test]=.. ../include
330 DEPEND[ciphername_test]=../libcrypto ../libssl libtestutil.a
331
332 SOURCE[servername_test]=servername_test.c
333 INCLUDE[servername_test]=.. ../include
334 DEPEND[servername_test]=../libcrypto ../libssl libtestutil.a
335
336 IF[{- !$disabled{psk} -}]
337 PROGRAMS_NO_INST=dtls_mtu_test
338 SOURCE[dtls_mtu_test]=dtls_mtu_test.c ssltestlib.c
339 INCLUDE[dtls_mtu_test]=.. ../include
340 DEPEND[dtls_mtu_test]=../libcrypto ../libssl libtestutil.a
341 ENDIF
342
343 IF[{- !$disabled{shared} -}]
344 PROGRAMS_NO_INST=shlibloadtest
345 SOURCE[shlibloadtest]=shlibloadtest.c
346 INCLUDE[shlibloadtest]=../include
347 DEPEND[shlibloadtest]=libtestutil.a
348 ENDIF
349
350 IF[{- $disabled{shared} -}]
351 PROGRAMS_NO_INST=cipher_overhead_test
352 SOURCE[cipher_overhead_test]=cipher_overhead_test.c
353 INCLUDE[cipher_overhead_test]=.. ../include
354 DEPEND[cipher_overhead_test]=../libcrypto ../libssl libtestutil.a
355 ENDIF
356
357 SOURCE[uitest]=uitest.c ../apps/apps.c ../apps/opt.c
358 DEPEND[uitest.o]=../apps/progs.h
359 INCLUDE[uitest]=.. ../include ../apps
360 DEPEND[uitest]=../libcrypto ../libssl libtestutil.a
361
362 SOURCE[cipherbytes_test]=cipherbytes_test.c
363 INCLUDE[cipherbytes_test]=.. ../include
364 DEPEND[cipherbytes_test]=../libcrypto ../libssl libtestutil.a
365
366 SOURCE[asn1_encode_test]=asn1_encode_test.c
367 INCLUDE[asn1_encode_test]=../include
368 DEPEND[asn1_encode_test]=../libcrypto libtestutil.a
369
370 SOURCE[asn1_string_table_test]=asn1_string_table_test.c
371 INCLUDE[asn1_string_table_test]=../include
372 DEPEND[asn1_string_table_test]=../libcrypto libtestutil.a
373
374 SOURCE[time_offset_test]=time_offset_test.c
375 INCLUDE[time_offset_test]=.. ../include
376 DEPEND[time_offset_test]=../libcrypto libtestutil.a
377
378 # Internal test programs. These are essentially a collection of internal
379 # test routines. Some of them need to reach internal symbols that aren't
380 # available through the shared library (at least on Linux, Solaris, Windows
381 # and VMS, where the exported symbols are those listed in util/*.num), these
382 # programs are forcibly linked with the static libraries, where all symbols
383 # are always available. This excludes linking these programs natively on
384 # Windows when building shared libraries, since the static libraries share
385 # names with the DLL import libraries.
386 IF[{- $disabled{shared} || $target{build_scheme}->[1] ne 'windows' -}]
387 PROGRAMS_NO_INST=asn1_internal_test modes_internal_test x509_internal_test \
388 tls13encryptiontest wpackettest
389 IF[{- !$disabled{poly1305} -}]
390 PROGRAMS_NO_INST=poly1305_internal_test
391 ENDIF
392 IF[{- !$disabled{chacha} -}]
393 PROGRAMS_NO_INST=chacha_internal_test
394 ENDIF
395 IF[{- !$disabled{siphash} -}]
396 PROGRAMS_NO_INST=siphash_internal_test
397 ENDIF
398
399 SOURCE[poly1305_internal_test]=poly1305_internal_test.c
400 INCLUDE[poly1305_internal_test]=.. ../include ../crypto/include
401 DEPEND[poly1305_internal_test]=../libcrypto.a libtestutil.a
402
403 SOURCE[chacha_internal_test]=chacha_internal_test.c
404 INCLUDE[chacha_internal_test]=.. ../include ../crypto/include
405 DEPEND[chacha_internal_test]=../libcrypto.a libtestutil.a
406
407 SOURCE[asn1_internal_test]=asn1_internal_test.c
408 INCLUDE[asn1_internal_test]=.. ../include ../crypto/include
409 DEPEND[asn1_internal_test]=../libcrypto.a libtestutil.a
410
411 SOURCE[modes_internal_test]=modes_internal_test.c
412 INCLUDE[modes_internal_test]=.. ../include
413 DEPEND[modes_internal_test]=../libcrypto.a libtestutil.a
414
415 SOURCE[x509_internal_test]=x509_internal_test.c
416 INCLUDE[x509_internal_test]=.. ../include
417 DEPEND[x509_internal_test]=../libcrypto.a libtestutil.a
418
419 SOURCE[tls13encryptiontest]=tls13encryptiontest.c
420 INCLUDE[tls13encryptiontest]=.. ../include
421 DEPEND[tls13encryptiontest]=../libcrypto ../libssl.a libtestutil.a
422
423 SOURCE[wpackettest]=wpackettest.c
424 INCLUDE[wpackettest]=../include
425 DEPEND[wpackettest]=../libcrypto ../libssl.a libtestutil.a
426
427 SOURCE[siphash_internal_test]=siphash_internal_test.c
428 INCLUDE[siphash_internal_test]=.. ../include ../crypto/include
429 DEPEND[siphash_internal_test]=../libcrypto.a libtestutil.a
430 ENDIF
431
432 IF[{- !$disabled{mdc2} -}]
433 PROGRAMS_NO_INST=mdc2_internal_test
434 ENDIF
435
436 SOURCE[mdc2_internal_test]=mdc2_internal_test.c
437 INCLUDE[mdc2_internal_test]=.. ../include
438 DEPEND[mdc2_internal_test]=../libcrypto libtestutil.a
439
440 PROGRAMS_NO_INST=asn1_time_test
441 SOURCE[asn1_time_test]=asn1_time_test.c
442 INCLUDE[asn1_time_test]=.. ../include
443 DEPEND[asn1_time_test]=../libcrypto libtestutil.a
444
445 # We disable this test completely in a shared build because it deliberately
446 # redefines some internal libssl symbols. This doesn't work in a non-shared
447 # build
448 IF[{- !$disabled{shared} -}]
449 PROGRAMS_NO_INST=tls13secretstest
450 SOURCE[tls13secretstest]=tls13secretstest.c
451 SOURCE[tls13secretstest]= ../ssl/tls13_enc.c ../ssl/packet.c
452 INCLUDE[tls13secretstest]=.. ../include
453 DEPEND[tls13secretstest]=../libcrypto ../libssl libtestutil.a
454 ENDIF
455
456 SOURCE[sslbuffertest]=sslbuffertest.c ssltestlib.c
457 INCLUDE[sslbuffertest]=../include
458 DEPEND[sslbuffertest]=../libcrypto ../libssl libtestutil.a
459 ENDIF
460
461 {-
462 use File::Spec::Functions;
463 use File::Basename;
464 use OpenSSL::Glob;
465
466 my @nogo_headers = ( "asn1_mac.h",
467 "__decc_include_prologue.h",
468 "__decc_include_epilogue.h" );
469 my @headerfiles = glob catfile($sourcedir,
470 updir(), "include", "openssl", "*.h");
471
472 foreach my $headerfile (@headerfiles) {
473 my $name = basename($headerfile, ".h");
474 next if $disabled{$name};
475 next if grep { $_ eq lc("$name.h") } @nogo_headers;
476 $OUT .= <<"_____";
477
478 PROGRAMS_NO_INST=buildtest_$name
479 GENERATE[buildtest_$name.c]=generate_buildtest.pl $name
480 SOURCE[buildtest_$name]=buildtest_$name.c
481 INCLUDE[buildtest_$name]=../include
482 DEPEND[buildtest_$name]=../libssl ../libcrypto
483 _____
484 }
485 -}