build.info 14.8 KB
Newer Older
R
Richard Levitte 已提交
1 2 3 4 5 6 7
{-
     use File::Spec::Functions;
     sub rebase_files
     {
         my ($base, $files) = @_;
         return join(" ", map { "$base/$_" } split(/\s+/, $files));
     }
R
Richard Levitte 已提交
8
     ""
R
Richard Levitte 已提交
9
-}
M
Matt Caswell 已提交
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 15
          {- rebase_files("../apps", $target{apps_aux_src}) -} \
          testutil/test_main.c testutil/main.c
16
  INCLUDE[libtestutil.a]=.. ../include
17 18
  DEPEND[libtestutil.a]=../libcrypto

19 20 21 22 23 24 25
  # Special hack for descrip.mms to include the MAIN object module
  # explicitely.  This will only be done if there isn't a MAIN in the
  # program's object modules already.
  BEGINRAW[descrip.mms]
INCLUDE_MAIN___test_libtestutil_OLB = /INCLUDE=MAIN
  ENDRAW[descrip.mms]

26
  PROGRAMS_NO_INST=\
P
Pauli 已提交
27
          aborttest test_test \
R
Rich Salz 已提交
28
          sanitytest exdatatest bntest \
N
Nicola Tuveri 已提交
29
          ectest ecdsatest gmdifftest pbelutest ideatest \
30
          md2test \
31
          hmactest \
32
          rc2test rc4test rc5test \
D
Dr. Stephen Henson 已提交
33
          destest mdc2test \
M
Matt Caswell 已提交
34 35
          randtest dhtest enginetest casttest \
          bftest ssltest_old dsatest exptest rsa_test \
R
Rich Salz 已提交
36
          evp_test evp_extra_test igetest v3nametest v3ext \
37
          crltest danetest bad_dtls_test lhash_test \
M
Matt Caswell 已提交
38
          constant_time_test verify_extra_test clienthellotest \
P
Pauli 已提交
39
          packettest asynctest secmemtest srptest memleaktest stack_test \
M
Matt Caswell 已提交
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 uitest cipherbytes_test asn1_encode_test \
44
          x509_time_test x509_dup_cert_test x509_check_cert_pkey_test recordlentest \
45
          time_offset_test pemtest
M
Matt Caswell 已提交
46 47

  SOURCE[aborttest]=aborttest.c
48
  INCLUDE[aborttest]=../include
M
Matt Caswell 已提交
49 50
  DEPEND[aborttest]=../libcrypto

R
Richard Levitte 已提交
51
  SOURCE[sanitytest]=sanitytest.c
R
Rich Salz 已提交
52
  INCLUDE[sanitytest]=../include
R
Richard Levitte 已提交
53
  DEPEND[sanitytest]=../libcrypto libtestutil.a
M
Matt Caswell 已提交
54

R
Richard Levitte 已提交
55
  SOURCE[test_test]=test_test.c
P
Pauli 已提交
56
  INCLUDE[test_test]=.. ../include
R
Richard Levitte 已提交
57
  DEPEND[test_test]=../libcrypto libtestutil.a
P
Pauli 已提交
58

R
Richard Levitte 已提交
59
  SOURCE[exdatatest]=exdatatest.c
R
Rich Salz 已提交
60
  INCLUDE[exdatatest]=../include
R
Richard Levitte 已提交
61
  DEPEND[exdatatest]=../libcrypto libtestutil.a
R
Rich Salz 已提交
62

R
Richard Levitte 已提交
63
  SOURCE[bntest]=bntest.c
64
  INCLUDE[bntest]=.. ../crypto/include ../include
R
Richard Levitte 已提交
65
  DEPEND[bntest]=../libcrypto libtestutil.a
M
Matt Caswell 已提交
66 67

  SOURCE[ectest]=ectest.c
68
  INCLUDE[ectest]=.. ../include
69
  DEPEND[ectest]=../libcrypto libtestutil.a
M
Matt Caswell 已提交
70

R
Richard Levitte 已提交
71
  SOURCE[ecdsatest]=ecdsatest.c
72
  INCLUDE[ecdsatest]=../include
R
Richard Levitte 已提交
73
  DEPEND[ecdsatest]=../libcrypto libtestutil.a
M
Matt Caswell 已提交
74

R
Richard Levitte 已提交
75
  SOURCE[gmdifftest]=gmdifftest.c
76
  INCLUDE[gmdifftest]=../include
R
Richard Levitte 已提交
77
  DEPEND[gmdifftest]=../libcrypto libtestutil.a
M
Matt Caswell 已提交
78

R
Richard Levitte 已提交
79
  SOURCE[pbelutest]=pbelutest.c
80
  INCLUDE[pbelutest]=../include
R
Richard Levitte 已提交
81
  DEPEND[pbelutest]=../libcrypto libtestutil.a
M
Matt Caswell 已提交
82

R
Richard Levitte 已提交
83
  SOURCE[ideatest]=ideatest.c
84
  INCLUDE[ideatest]=../include
R
Richard Levitte 已提交
85
  DEPEND[ideatest]=../libcrypto libtestutil.a
M
Matt Caswell 已提交
86

R
Richard Levitte 已提交
87
  SOURCE[md2test]=md2test.c
88
  INCLUDE[md2test]=../include
R
Richard Levitte 已提交
89
  DEPEND[md2test]=../libcrypto libtestutil.a
M
Matt Caswell 已提交
90

R
Richard Levitte 已提交
91
  SOURCE[hmactest]=hmactest.c
92
  INCLUDE[hmactest]=../include
R
Richard Levitte 已提交
93
  DEPEND[hmactest]=../libcrypto libtestutil.a
M
Matt Caswell 已提交
94

R
Richard Levitte 已提交
95
  SOURCE[rc2test]=rc2test.c
96
  INCLUDE[rc2test]=../include
R
Richard Levitte 已提交
97
  DEPEND[rc2test]=../libcrypto libtestutil.a
M
Matt Caswell 已提交
98

R
Richard Levitte 已提交
99
  SOURCE[rc4test]=rc4test.c
100
  INCLUDE[rc4test]=../include
R
Richard Levitte 已提交
101
  DEPEND[rc4test]=../libcrypto libtestutil.a
M
Matt Caswell 已提交
102

R
Richard Levitte 已提交
103
  SOURCE[rc5test]=rc5test.c
104
  INCLUDE[rc5test]=../include
R
Richard Levitte 已提交
105
  DEPEND[rc5test]=../libcrypto libtestutil.a
M
Matt Caswell 已提交
106

R
Richard Levitte 已提交
107
  SOURCE[destest]=destest.c
108
  INCLUDE[destest]=../include
R
Richard Levitte 已提交
109
  DEPEND[destest]=../libcrypto libtestutil.a
M
Matt Caswell 已提交
110

R
Richard Levitte 已提交
111
  SOURCE[mdc2test]=mdc2test.c
112
  INCLUDE[mdc2test]=../include
R
Richard Levitte 已提交
113
  DEPEND[mdc2test]=../libcrypto libtestutil.a
M
Matt Caswell 已提交
114

R
Richard Levitte 已提交
115
  SOURCE[randtest]=randtest.c
116
  INCLUDE[randtest]=../include
R
Richard Levitte 已提交
117
  DEPEND[randtest]=../libcrypto libtestutil.a
118

R
Richard Levitte 已提交
119
  SOURCE[dhtest]=dhtest.c
120
  INCLUDE[dhtest]=.. ../include
R
Richard Levitte 已提交
121
  DEPEND[dhtest]=../libcrypto libtestutil.a
122

R
Richard Levitte 已提交
123
  SOURCE[enginetest]=enginetest.c
124
  INCLUDE[enginetest]=../include
R
Richard Levitte 已提交
125
  DEPEND[enginetest]=../libcrypto libtestutil.a
126

R
Richard Levitte 已提交
127
  SOURCE[casttest]=casttest.c
128
  INCLUDE[casttest]=.. ../include
R
Richard Levitte 已提交
129
  DEPEND[casttest]=../libcrypto libtestutil.a
130

R
Richard Levitte 已提交
131
  SOURCE[bftest]=bftest.c
132
  INCLUDE[bftest]=../include
R
Richard Levitte 已提交
133
  DEPEND[bftest]=../libcrypto libtestutil.a
134

M
Matt Caswell 已提交
135
  SOURCE[ssltest_old]=ssltest_old.c
136
  INCLUDE[ssltest_old]=.. ../include
M
Matt Caswell 已提交
137
  DEPEND[ssltest_old]=../libcrypto ../libssl
138

R
Richard Levitte 已提交
139
  SOURCE[dsatest]=dsatest.c
140
  INCLUDE[dsatest]=.. ../include
R
Richard Levitte 已提交
141
  DEPEND[dsatest]=../libcrypto libtestutil.a
142

M
Matt Caswell 已提交
143
  SOURCE[exptest]=exptest.c
144
  INCLUDE[exptest]=../include
145
  DEPEND[exptest]=../libcrypto libtestutil.a
146

R
Richard Levitte 已提交
147
  SOURCE[rsa_test]=rsa_test.c
148
  INCLUDE[rsa_test]=.. ../include
R
Richard Levitte 已提交
149
  DEPEND[rsa_test]=../libcrypto libtestutil.a
150

M
Matt Caswell 已提交
151
  SOURCE[evp_test]=evp_test.c
152
  INCLUDE[evp_test]=../include
R
Rich Salz 已提交
153
  DEPEND[evp_test]=../libcrypto libtestutil.a
154

R
Richard Levitte 已提交
155
  SOURCE[evp_extra_test]=evp_extra_test.c
156
  INCLUDE[evp_extra_test]=../include
R
Richard Levitte 已提交
157
  DEPEND[evp_extra_test]=../libcrypto libtestutil.a
158

M
Matt Caswell 已提交
159
  SOURCE[igetest]=igetest.c
160
  INCLUDE[igetest]=.. ../include
161
  DEPEND[igetest]=../libcrypto libtestutil.a
162

R
Richard Levitte 已提交
163
  SOURCE[v3nametest]=v3nametest.c
R
Rich Salz 已提交
164
  INCLUDE[v3nametest]=.. ../include
R
Richard Levitte 已提交
165
  DEPEND[v3nametest]=../libcrypto libtestutil.a
166

R
Richard Levitte 已提交
167
  SOURCE[crltest]=crltest.c
R
Rich Salz 已提交
168
  INCLUDE[crltest]=../include
R
Richard Levitte 已提交
169
  DEPEND[crltest]=../libcrypto libtestutil.a
R
Rich Salz 已提交
170

R
Richard Levitte 已提交
171
  SOURCE[v3ext]=v3ext.c
172
  INCLUDE[v3ext]=../include
R
Richard Levitte 已提交
173
  DEPEND[v3ext]=../libcrypto libtestutil.a
R
Rich Salz 已提交
174

M
Matt Caswell 已提交
175
  SOURCE[danetest]=danetest.c
R
Rich Salz 已提交
176 177
  INCLUDE[danetest]=.. ../include
  DEPEND[danetest]=../libcrypto ../libssl libtestutil.a
178

R
Richard Levitte 已提交
179
  SOURCE[constant_time_test]=constant_time_test.c
180
  INCLUDE[constant_time_test]=.. ../include
R
Richard Levitte 已提交
181
  DEPEND[constant_time_test]=../libcrypto libtestutil.a
182

R
Richard Levitte 已提交
183
  SOURCE[verify_extra_test]=verify_extra_test.c
184
  INCLUDE[verify_extra_test]=../include
R
Richard Levitte 已提交
185
  DEPEND[verify_extra_test]=../libcrypto libtestutil.a
186

R
Richard Levitte 已提交
187
  SOURCE[clienthellotest]=clienthellotest.c
188
  INCLUDE[clienthellotest]=../include
R
Richard Levitte 已提交
189
  DEPEND[clienthellotest]=../libcrypto ../libssl libtestutil.a
190

R
Richard Levitte 已提交
191
  SOURCE[bad_dtls_test]=bad_dtls_test.c
192
  INCLUDE[bad_dtls_test]=../include
R
Richard Levitte 已提交
193
  DEPEND[bad_dtls_test]=../libcrypto ../libssl libtestutil.a
194

R
Richard Levitte 已提交
195
  SOURCE[packettest]=packettest.c
196
  INCLUDE[packettest]=../include
R
Richard Levitte 已提交
197
  DEPEND[packettest]=../libcrypto libtestutil.a
198

M
Matt Caswell 已提交
199
  SOURCE[asynctest]=asynctest.c
200
  INCLUDE[asynctest]=.. ../include
M
Matt Caswell 已提交
201
  DEPEND[asynctest]=../libcrypto
202

R
Richard Levitte 已提交
203
  SOURCE[secmemtest]=secmemtest.c
204
  INCLUDE[secmemtest]=../include
R
Richard Levitte 已提交
205
  DEPEND[secmemtest]=../libcrypto libtestutil.a
206

R
Richard Levitte 已提交
207
  SOURCE[srptest]=srptest.c
208
  INCLUDE[srptest]=../include
R
Richard Levitte 已提交
209
  DEPEND[srptest]=../libcrypto libtestutil.a
210

R
Richard Levitte 已提交
211
  SOURCE[memleaktest]=memleaktest.c
212
  INCLUDE[memleaktest]=../include
R
Richard Levitte 已提交
213
  DEPEND[memleaktest]=../libcrypto libtestutil.a
214

R
Richard Levitte 已提交
215
  SOURCE[stack_test]=stack_test.c
P
Pauli 已提交
216
  INCLUDE[stack_test]=.. ../include
R
Richard Levitte 已提交
217
  DEPEND[stack_test]=../libcrypto libtestutil.a
P
Pauli 已提交
218

R
Richard Levitte 已提交
219
  SOURCE[lhash_test]=lhash_test.c
220
  INCLUDE[lhash_test]=.. ../include
R
Richard Levitte 已提交
221
  DEPEND[lhash_test]=../libcrypto libtestutil.a
222

M
Matt Caswell 已提交
223
  SOURCE[dtlsv1listentest]=dtlsv1listentest.c
224
  INCLUDE[dtlsv1listentest]=.. ../include
225
  DEPEND[dtlsv1listentest]=../libssl libtestutil.a
R
Rich Salz 已提交
226

R
Richard Levitte 已提交
227
  SOURCE[ct_test]=ct_test.c
228
  INCLUDE[ct_test]=../crypto/include ../include
R
Richard Levitte 已提交
229
  DEPEND[ct_test]=../libcrypto libtestutil.a
230

R
Richard Levitte 已提交
231
  SOURCE[threadstest]=threadstest.c
232
  INCLUDE[threadstest]=.. ../include
R
Richard Levitte 已提交
233
  DEPEND[threadstest]=../libcrypto libtestutil.a
234

R
Richard Levitte 已提交
235
  SOURCE[afalgtest]=afalgtest.c
236
  INCLUDE[afalgtest]=.. ../include
R
Richard Levitte 已提交
237
  DEPEND[afalgtest]=../libcrypto libtestutil.a
C
clucey 已提交
238

R
Richard Levitte 已提交
239
  SOURCE[d2i_test]=d2i_test.c
240
  INCLUDE[d2i_test]=.. ../include
R
Richard Levitte 已提交
241
  DEPEND[d2i_test]=../libcrypto libtestutil.a
E
Emilia Kasper 已提交
242

R
Richard Levitte 已提交
243
  SOURCE[ssl_test_ctx_test]=ssl_test_ctx_test.c ssl_test_ctx.c
244
  INCLUDE[ssl_test_ctx_test]=.. ../include
R
Richard Levitte 已提交
245
  DEPEND[ssl_test_ctx_test]=../libcrypto ../libssl libtestutil.a
E
Emilia Kasper 已提交
246

R
Richard Levitte 已提交
247
  SOURCE[ssl_test]=ssl_test.c ssl_test_ctx.c handshake_helper.c
248
  INCLUDE[ssl_test]=.. ../include
R
Richard Levitte 已提交
249
  DEPEND[ssl_test]=../libcrypto ../libssl libtestutil.a
E
Emilia Kasper 已提交
250

R
Richard Levitte 已提交
251
  SOURCE[cipherlist_test]=cipherlist_test.c
252
  INCLUDE[cipherlist_test]=.. ../include
R
Richard Levitte 已提交
253
  DEPEND[cipherlist_test]=../libcrypto ../libssl libtestutil.a
E
Emilia Kasper 已提交
254

M
Matt Caswell 已提交
255
  INCLUDE[testutil.o]=..
256 257
  INCLUDE[ssl_test_ctx.o]=../include
  INCLUDE[handshake_helper.o]=../include
R
Rich Salz 已提交
258
  INCLUDE[ssltestlib.o]=.. ../include
259

R
Richard Levitte 已提交
260
  SOURCE[x509aux]=x509aux.c
261
  INCLUDE[x509aux]=.. ../include
R
Richard Levitte 已提交
262
  DEPEND[x509aux]=../libcrypto libtestutil.a
M
Matt Caswell 已提交
263

R
Richard Levitte 已提交
264
  SOURCE[asynciotest]=asynciotest.c ssltestlib.c
265
  INCLUDE[asynciotest]=../include
R
Richard Levitte 已提交
266
  DEPEND[asynciotest]=../libcrypto ../libssl libtestutil.a
267

R
Richard Levitte 已提交
268
  SOURCE[bioprinttest]=bioprinttest.c
R
Rich Salz 已提交
269
  INCLUDE[bioprinttest]=../ ../include
R
Richard Levitte 已提交
270
  DEPEND[bioprinttest]=../libcrypto libtestutil.a
271

R
Richard Levitte 已提交
272
  SOURCE[sslapitest]=sslapitest.c ssltestlib.c
273
  INCLUDE[sslapitest]=../include ..
R
Richard Levitte 已提交
274
  DEPEND[sslapitest]=../libcrypto ../libssl libtestutil.a
275

R
Richard Levitte 已提交
276
  SOURCE[dtlstest]=dtlstest.c ssltestlib.c
277
  INCLUDE[dtlstest]=../include .
R
Richard Levitte 已提交
278
  DEPEND[dtlstest]=../libcrypto ../libssl libtestutil.a
A
Andy Polyakov 已提交
279

R
Richard Levitte 已提交
280
  SOURCE[sslcorrupttest]=sslcorrupttest.c ssltestlib.c
281
  INCLUDE[sslcorrupttest]=../include .
R
Richard Levitte 已提交
282
  DEPEND[sslcorrupttest]=../libcrypto ../libssl libtestutil.a
283

R
Richard Levitte 已提交
284
  SOURCE[bio_enc_test]=bio_enc_test.c
A
Andy Polyakov 已提交
285
  INCLUDE[bio_enc_test]=../include
R
Richard Levitte 已提交
286
  DEPEND[bio_enc_test]=../libcrypto libtestutil.a
287

R
Richard Levitte 已提交
288
  SOURCE[pkey_meth_test]=pkey_meth_test.c
289
  INCLUDE[pkey_meth_test]=../include
R
Richard Levitte 已提交
290
  DEPEND[pkey_meth_test]=../libcrypto libtestutil.a
291

R
Richard Levitte 已提交
292
  SOURCE[x509_time_test]=x509_time_test.c
293
  INCLUDE[x509_time_test]=.. ../include
R
Richard Levitte 已提交
294
  DEPEND[x509_time_test]=../libcrypto libtestutil.a
295

R
Richard Levitte 已提交
296
  SOURCE[recordlentest]=recordlentest.c ssltestlib.c
297
  INCLUDE[recordlentest]=../include .
R
Richard Levitte 已提交
298
  DEPEND[recordlentest]=../libcrypto ../libssl libtestutil.a
299

R
Richard Levitte 已提交
300
  SOURCE[x509_dup_cert_test]=x509_dup_cert_test.c
R
Rich Salz 已提交
301
  INCLUDE[x509_dup_cert_test]=../include
R
Richard Levitte 已提交
302
  DEPEND[x509_dup_cert_test]=../libcrypto libtestutil.a
R
Rich Salz 已提交
303

304 305 306 307
  SOURCE[x509_check_cert_pkey_test]=x509_check_cert_pkey_test.c
  INCLUDE[x509_check_cert_pkey_test]=../include
  DEPEND[x509_check_cert_pkey_test]=../libcrypto libtestutil.a

308 309 310 311
  SOURCE[pemtest]=pemtest.c
  INCLUDE[pemtest]=../include .
  DEPEND[pemtest]=../libcrypto libtestutil.a

312 313 314 315
  IF[{- !$disabled{psk} -}]
    PROGRAMS_NO_INST=dtls_mtu_test
    SOURCE[dtls_mtu_test]=dtls_mtu_test.c ssltestlib.c
    INCLUDE[dtls_mtu_test]=.. ../include
316
    DEPEND[dtls_mtu_test]=../libcrypto ../libssl libtestutil.a
317 318
  ENDIF

R
Richard Levitte 已提交
319
  IF[{- !$disabled{shared} -}]
320 321 322
    PROGRAMS_NO_INST=shlibloadtest
    SOURCE[shlibloadtest]=shlibloadtest.c
    INCLUDE[shlibloadtest]=../include
323
    DEPEND[shlibloadtest]=libtestutil.a
324 325
  ENDIF

326
  IF[{- $disabled{shared} -}]
327
    PROGRAMS_NO_INST=cipher_overhead_test
R
Richard Levitte 已提交
328
    SOURCE[cipher_overhead_test]=cipher_overhead_test.c
329
    INCLUDE[cipher_overhead_test]=.. ../include
R
Richard Levitte 已提交
330
    DEPEND[cipher_overhead_test]=../libcrypto ../libssl libtestutil.a
331
  ENDIF
332

R
Richard Levitte 已提交
333
  SOURCE[uitest]=uitest.c ../apps/apps.c ../apps/opt.c
R
Richard Levitte 已提交
334
  INCLUDE[uitest]=.. ../include ../apps
R
Richard Levitte 已提交
335
  DEPEND[uitest]=../libcrypto ../libssl libtestutil.a
R
Richard Levitte 已提交
336

R
Richard Levitte 已提交
337
  SOURCE[cipherbytes_test]=cipherbytes_test.c
338
  INCLUDE[cipherbytes_test]=.. ../include
R
Richard Levitte 已提交
339
  DEPEND[cipherbytes_test]=../libcrypto ../libssl libtestutil.a
340

R
Richard Levitte 已提交
341
  SOURCE[asn1_encode_test]=asn1_encode_test.c
342
  INCLUDE[asn1_encode_test]=../include
R
Richard Levitte 已提交
343
  DEPEND[asn1_encode_test]=../libcrypto libtestutil.a
344

T
Todd Short 已提交
345 346 347 348
  SOURCE[time_offset_test]=time_offset_test.c
  INCLUDE[time_offset_test]=.. ../include
  DEPEND[time_offset_test]=../libcrypto libtestutil.a

349
  # Internal test programs.  These are essentially a collection of internal
350 351 352
  # test routines.  Some of them need to reach internal symbols that aren't
  # available through the shared library (at least on Linux, Solaris, Windows
  # and VMS, where the exported symbols are those listed in util/*.num), these
F
FdaSilvaYY 已提交
353
  # programs are forcibly linked with the static libraries, where all symbols
354 355 356 357
  # are always available.  This excludes linking these programs natively on
  # Windows when building shared libraries, since the static libraries share
  # names with the DLL import libraries.
  IF[{- $disabled{shared} || $target{build_scheme}->[1] ne 'windows' -}]
358
    PROGRAMS_NO_INST=asn1_internal_test modes_internal_test x509_internal_test \
359
                     tls13encryptiontest wpackettest
360 361 362
    IF[{- !$disabled{poly1305} -}]
      PROGRAMS_NO_INST=poly1305_internal_test
    ENDIF
A
Andy Polyakov 已提交
363 364 365
    IF[{- !$disabled{chacha} -}]
      PROGRAMS_NO_INST=chacha_internal_test
    ENDIF
366 367 368
    IF[{- !$disabled{siphash} -}]
      PROGRAMS_NO_INST=siphash_internal_test
    ENDIF
369

R
Richard Levitte 已提交
370
    SOURCE[poly1305_internal_test]=poly1305_internal_test.c
371
    INCLUDE[poly1305_internal_test]=.. ../include ../crypto/include
R
Richard Levitte 已提交
372
    DEPEND[poly1305_internal_test]=../libcrypto.a libtestutil.a
373

R
Richard Levitte 已提交
374
    SOURCE[chacha_internal_test]=chacha_internal_test.c
A
Andy Polyakov 已提交
375
    INCLUDE[chacha_internal_test]=.. ../include ../crypto/include
R
Richard Levitte 已提交
376
    DEPEND[chacha_internal_test]=../libcrypto.a libtestutil.a
A
Andy Polyakov 已提交
377

R
Richard Levitte 已提交
378
    SOURCE[asn1_internal_test]=asn1_internal_test.c
379
    INCLUDE[asn1_internal_test]=.. ../include ../crypto/include
R
Richard Levitte 已提交
380
    DEPEND[asn1_internal_test]=../libcrypto.a libtestutil.a
381

R
Richard Levitte 已提交
382
    SOURCE[modes_internal_test]=modes_internal_test.c
383
    INCLUDE[modes_internal_test]=.. ../include
R
Richard Levitte 已提交
384
    DEPEND[modes_internal_test]=../libcrypto.a libtestutil.a
385

R
Richard Levitte 已提交
386
    SOURCE[x509_internal_test]=x509_internal_test.c
387
    INCLUDE[x509_internal_test]=.. ../include
R
Richard Levitte 已提交
388
    DEPEND[x509_internal_test]=../libcrypto.a libtestutil.a
389

R
Richard Levitte 已提交
390
    SOURCE[tls13encryptiontest]=tls13encryptiontest.c
391
    INCLUDE[tls13encryptiontest]=.. ../include
R
Richard Levitte 已提交
392
    DEPEND[tls13encryptiontest]=../libcrypto ../libssl.a libtestutil.a
393

R
Richard Levitte 已提交
394
    SOURCE[wpackettest]=wpackettest.c
395
    INCLUDE[wpackettest]=../include
R
Richard Levitte 已提交
396
    DEPEND[wpackettest]=../libcrypto ../libssl.a libtestutil.a
397

R
Richard Levitte 已提交
398
    SOURCE[siphash_internal_test]=siphash_internal_test.c
399
    INCLUDE[siphash_internal_test]=.. ../include ../crypto/include
R
Richard Levitte 已提交
400
    DEPEND[siphash_internal_test]=../libcrypto.a libtestutil.a
401
  ENDIF
402

403 404
  IF[{- !$disabled{mdc2} -}]
    PROGRAMS_NO_INST=mdc2_internal_test
405
  ENDIF
406

R
Richard Levitte 已提交
407
  SOURCE[mdc2_internal_test]=mdc2_internal_test.c
408
  INCLUDE[mdc2_internal_test]=.. ../include
R
Richard Levitte 已提交
409
  DEPEND[mdc2_internal_test]=../libcrypto libtestutil.a
410 411 412 413 414 415

  # We disable this test completely in a shared build because it deliberately
  # redefines some internal libssl symbols. This doesn't work in a non-shared
  # build
  IF[{- !$disabled{shared} -}]
    PROGRAMS_NO_INST=tls13secretstest
R
Richard Levitte 已提交
416
    SOURCE[tls13secretstest]=tls13secretstest.c
417 418
    SOURCE[tls13secretstest]= ../ssl/tls13_enc.c ../ssl/packet.c
    INCLUDE[tls13secretstest]=.. ../include
R
Richard Levitte 已提交
419
    DEPEND[tls13secretstest]=../libcrypto ../libssl libtestutil.a
420
  ENDIF
421 422 423
ENDIF

{-
424
   use File::Spec::Functions;
425 426 427 428 429 430 431 432 433 434 435 436 437 438 439
   use File::Basename;
   use if $^O ne "VMS", 'File::Glob' => qw/glob/;

   my @nogo_headers = ( "asn1_mac.h",
                        "__decc_include_prologue.h",
                        "__decc_include_epilogue.h" );
   my @headerfiles = glob catfile($sourcedir,
                                  updir(), "include", "openssl", "*.h");

   foreach my $headerfile (@headerfiles) {
       my $name = basename($headerfile, ".h");
       next if $disabled{$name};
       next if grep { $_ eq lc("$name.h") } @nogo_headers;
       $OUT .= <<"_____";

440
  PROGRAMS_NO_INST=buildtest_$name
441 442
  GENERATE[buildtest_$name.c]=generate_buildtest.pl $name
  SOURCE[buildtest_$name]=buildtest_$name.c
443
  INCLUDE[buildtest_$name]=../include
444 445 446
  DEPEND[buildtest_$name]=../libssl ../libcrypto
_____
   }
447
-}