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