]> git.ipfire.org Git - thirdparty/openssl.git/blame - test/build.info
Clean away the test code implementation of bio_addr_copy
[thirdparty/openssl.git] / test / build.info
CommitLineData
2ad75c6c 1# TODO: use ../apps/libapps.a instead of direct ../apps/lib source.
989b2ad7 2# This can't currently be done, because some of its units drag in too many
2ad75c6c
RL
3# unresolved references that don't apply here.
4# Most of all, ../apps/lib/apps.c needs to be divided in smaller pieces to
5# be useful here.
989b2ad7 6#
79c44b4e 7# Auxiliary program source (copied from ../apps/build.info)
96d4ec67 8IF[{- $config{target} =~ /^(?:VC-|mingw|BC-)/ -}]
989b2ad7 9 # It's called 'init', but doesn't have much 'init' in it...
2ad75c6c 10 $AUXLIBAPPSSRC=../apps/lib/win32_init.c
989b2ad7
RL
11ENDIF
12IF[{- $config{target} =~ /^vms-/ -}]
2ad75c6c 13 $AUXLIBAPPSSRC=../apps/lib/vms_term_sock.c ../apps/lib/vms_decc_argv.c
989b2ad7 14ENDIF
78082769
NT
15# Program init source, that don't have direct linkage with the rest of the
16# source, and can therefore not be part of a library.
17IF[{- !$disabled{uplink} -}]
18 $INITSRC=../ms/applink.c
19ENDIF
e79ae962 20$LIBAPPSSRC=../apps/lib/opt.c $AUXLIBAPPSSRC
989b2ad7 21
d90a6beb 22IF[{- !$disabled{tests} -}]
77550dbf 23 LIBS{noinst,has_main}=libtestutil.a
20f8bc72 24 SOURCE[libtestutil.a]=testutil/basic_output.c testutil/output.c \
ae269dd8 25 testutil/driver.c testutil/tests.c testutil/cb.c testutil/stanza.c \
b3ab537b 26 testutil/format_output.c testutil/load.c testutil/fake_random.c \
e74b5dcf 27 testutil/test_cleanup.c testutil/main.c testutil/testutil_init.c \
1bb6f70d 28 testutil/options.c testutil/test_options.c testutil/provider.c \
12aa352f 29 testutil/apps_shims.c testutil/random.c $LIBAPPSSRC
5674466e 30 INCLUDE[libtestutil.a]=../include ../apps/include ..
4db40c94
RL
31 DEPEND[libtestutil.a]=../libcrypto
32
41bbba53 33 PROGRAMS{noinst}= \
5aaba376 34 confdump \
efe749c8 35 versions \
cfd24cde 36 aborttest test_test pkcs12_format_test pkcs12_api_test \
da5fac72 37 sanitytest rsa_complex exdatatest bntest \
5b5eea4b 38 ecstresstest gmdifftest pbelutest \
43ba1573 39 destest mdc2test sha_test \
c02036e1 40 exptest pbetest localetest evp_pkey_ctx_new_from_name \
9ee77767 41 evp_pkey_provided_test evp_test evp_extra_test evp_extra_test2 \
38230e30 42 evp_fetch_prov_test evp_libctx_test ossl_store_test \
a0af4a3c 43 v3nametest v3ext punycode_test \
a40f0f64 44 crltest danetest bad_dtls_test lhash_test sparse_array_test \
9830e7ea 45 conf_include_test params_api_test params_conversion_test \
bc4efcb0 46 constant_time_test safe_math_test verify_extra_test clienthellotest \
98374961 47 packettest asynctest secmemtest srptest memleaktest stack_test \
d90a6beb 48 dtlsv1listentest ct_test threadstest afalgtest d2i_test \
f8f686ec 49 ssl_test_ctx_test ssl_test x509aux cipherlist_test asynciotest \
664e096c 50 bio_callback_test bio_memleak_test bio_core_test bio_dgram_test param_build_test \
cee0628e 51 bioprinttest sslapitest ssl_handshake_rtt_test dtlstest sslcorrupttest \
9aa78c36 52 bio_enc_test pkey_meth_test pkey_meth_kdf_test evp_kdf_test uitest \
c48c3280 53 cipherbytes_test threadstest_fips threadpool_test \
c2278c8b 54 asn1_encode_test asn1_decode_test asn1_string_table_test \
12fb8c3d 55 x509_time_test x509_dup_cert_test x509_check_cert_pkey_test \
4516bf74 56 recordlentest drbgtest rand_status_test sslbuffertest \
190b9a03 57 time_offset_test pemtest ssl_cert_table_internal_test ciphername_test \
3ca28c9e 58 servername_test ocspapitest fatalerrtest tls13ccstest \
3c58d447 59 sysdefaulttest errtest ssl_ctx_test build_wincrypt_test \
5a02d13d 60 context_internal_test aesgcmtest params_test evp_pkey_dparams_test \
251c4818 61 keymgmt_internal_test hexstr_test provider_status_test defltfips_test \
d66ff761 62 bio_readbuffer_test user_property_test pkcs7_test upcallstest \
a3e53d56 63 provfetchtest prov_config_test rand_test ca_internals_test \
29d4d8e8 64 bio_tfo_test membio_test bio_dgram_test list_test fips_version_test \
0aa7d7f4 65 x509_test hpke_test pairwise_fail_test nodefltctxtest
d90a6beb 66
3c95ef22
TS
67 IF[{- !$disabled{'rpk'} -}]
68 PROGRAMS{noinst}=rpktest
69 ENDIF
70
41bbba53
P
71 IF[{- !$disabled{'deprecated-3.0'} -}]
72 PROGRAMS{noinst}=enginetest
73 ENDIF
74
f0a49358 75 IF[{- !$disabled{quic} -}]
80b9eca2
TM
76 PROGRAMS{noinst}=priority_queue_test event_queue_test quicfaultstest quicapitest \
77 quic_newcid_test
f0a49358
P
78 ENDIF
79
b67cb09f
TS
80 IF[{- !$disabled{comp} && (!$disabled{brotli} || !$disabled{zstd} || !$disabled{zlib}) -}]
81 PROGRAMS{noinst}=cert_comp_test
82 ENDIF
83
5aaba376
RL
84 SOURCE[confdump]=confdump.c
85 INCLUDE[confdump]=../include ../apps/include
86 DEPEND[confdump]=../libcrypto
87
efe749c8 88 SOURCE[versions]=versions.c
5674466e 89 INCLUDE[versions]=../include ../apps/include
efe749c8
RL
90 DEPEND[versions]=../libcrypto
91
d90a6beb 92 SOURCE[aborttest]=aborttest.c
5674466e 93 INCLUDE[aborttest]=../include ../apps/include
d90a6beb
MC
94 DEPEND[aborttest]=../libcrypto
95
a9c6d221 96 SOURCE[sanitytest]=sanitytest.c
5674466e 97 INCLUDE[sanitytest]=../include ../apps/include
6821acbf 98 DEPEND[sanitytest]=../libcrypto.a libtestutil.a
d90a6beb 99
d4dfd983
P
100 SOURCE[rand_test]=rand_test.c
101 INCLUDE[rand_test]=../include ../apps/include
102 DEPEND[rand_test]=../libcrypto libtestutil.a
103
da5fac72 104 SOURCE[rsa_complex]=rsa_complex.c
5674466e 105 INCLUDE[rsa_complex]=../include ../apps/include
da5fac72 106
a9c6d221 107 SOURCE[test_test]=test_test.c
5674466e 108 INCLUDE[test_test]=../include ../apps/include
a9c6d221 109 DEPEND[test_test]=../libcrypto libtestutil.a
2fae041d 110
a9c6d221 111 SOURCE[exdatatest]=exdatatest.c
5674466e 112 INCLUDE[exdatatest]=../include ../apps/include
a9c6d221 113 DEPEND[exdatatest]=../libcrypto libtestutil.a
629192c1 114
a9c6d221 115 SOURCE[bntest]=bntest.c
5674466e 116 INCLUDE[bntest]=../include ../apps/include
a9c6d221 117 DEPEND[bntest]=../libcrypto libtestutil.a
d90a6beb
MC
118
119 SOURCE[ectest]=ectest.c
5674466e 120 INCLUDE[ectest]=../include ../apps/include
5b5eea4b 121 DEPEND[ectest]=../libcrypto.a libtestutil.a
d90a6beb 122
2556aec5 123 SOURCE[ecstresstest]=ecstresstest.c
5674466e 124 INCLUDE[ecstresstest]=../include ../apps/include
2556aec5
RS
125 DEPEND[ecstresstest]=../libcrypto libtestutil.a
126
a9c6d221 127 SOURCE[gmdifftest]=gmdifftest.c
5674466e 128 INCLUDE[gmdifftest]=../include ../apps/include
a9c6d221 129 DEPEND[gmdifftest]=../libcrypto libtestutil.a
d90a6beb 130
a9c6d221 131 SOURCE[pbelutest]=pbelutest.c
5674466e 132 INCLUDE[pbelutest]=../include ../apps/include
a9c6d221 133 DEPEND[pbelutest]=../libcrypto libtestutil.a
d90a6beb 134
a9c6d221 135 SOURCE[mdc2test]=mdc2test.c
5674466e 136 INCLUDE[mdc2test]=../include ../apps/include
a9c6d221 137 DEPEND[mdc2test]=../libcrypto libtestutil.a
d90a6beb 138
43ba1573
P
139 SOURCE[sha_test]=sha_test.c
140 INCLUDE[sha_test]=../include ../apps/include
141 DEPEND[sha_test]=../libcrypto libtestutil.a
142
a9c6d221 143 SOURCE[enginetest]=enginetest.c
5674466e 144 INCLUDE[enginetest]=../include ../apps/include
a9c6d221 145 DEPEND[enginetest]=../libcrypto libtestutil.a
777a2882 146
d90a6beb 147 SOURCE[exptest]=exptest.c
5674466e 148 INCLUDE[exptest]=../include ../apps/include
58e754fc 149 DEPEND[exptest]=../libcrypto libtestutil.a
777a2882 150
c29cf394
DB
151 SOURCE[localetest]=localetest.c
152 INCLUDE[localetest]=../include ../apps/include
153 DEPEND[localetest]=../libcrypto libtestutil.a
154
2d96bfd9
DB
155 SOURCE[evp_pkey_ctx_new_from_name]=evp_pkey_ctx_new_from_name.c
156 INCLUDE[evp_pkey_ctx_new_from_name]=../include ../apps/include
157 DEPEND[evp_pkey_ctx_new_from_name]=../libcrypto
158
09428755
JS
159 SOURCE[pbetest]=pbetest.c
160 INCLUDE[pbetest]=../include ../apps/include
161 DEPEND[pbetest]=../libcrypto libtestutil.a
162
20f8bc72 163 SOURCE[fatalerrtest]=fatalerrtest.c helpers/ssltestlib.c
5674466e 164 INCLUDE[fatalerrtest]=../include ../apps/include
97652f0b 165 DEPEND[fatalerrtest]=../libcrypto ../libssl libtestutil.a
0ca3aea7 166
20f8bc72 167 SOURCE[tls13ccstest]=tls13ccstest.c helpers/ssltestlib.c
5674466e 168 INCLUDE[tls13ccstest]=../include ../apps/include
0ca3aea7 169 DEPEND[tls13ccstest]=../libcrypto ../libssl libtestutil.a
97652f0b 170
87e60f09
MC
171 SOURCE[upcallstest]=upcallstest.c
172 INCLUDE[upcallstest]=../include ../apps/include
173 DEPEND[upcallstest]=../libcrypto libtestutil.a
174
5725ab80
MC
175 SOURCE[user_property_test]=user_property_test.c
176 INCLUDE[user_property_test]=../include ../apps/include
177 DEPEND[user_property_test]=../libcrypto libtestutil.a
178
d90a6beb 179 SOURCE[evp_test]=evp_test.c
5674466e 180 INCLUDE[evp_test]=../include ../apps/include
6c5943c9 181 DEPEND[evp_test]=../libcrypto libtestutil.a
d5e5e2ff
SL
182 IF[{- $disabled{legacy} || !$target{dso_scheme} -}]
183 DEFINE[evp_test]=NO_LEGACY_MODULE
184 ENDIF
777a2882 185
f3c0dd4f 186 SOURCE[evp_extra_test]=evp_extra_test.c fake_rsaprov.c
afe554c2 187 INCLUDE[evp_extra_test]=../include ../apps/include
f0c62c53 188 DEPEND[evp_extra_test]=../libcrypto.a libtestutil.a
7bb82f92 189
ad062480
SF
190 SOURCE[hpke_test]=hpke_test.c
191 INCLUDE[hpke_test]=../include ../apps/include
192 DEPEND[hpke_test]=../libcrypto.a libtestutil.a
193
820723dd 194 SOURCE[evp_extra_test2]=evp_extra_test2.c $INITSRC
9ee77767
MC
195 INCLUDE[evp_extra_test2]=../include ../apps/include
196 DEPEND[evp_extra_test2]=../libcrypto libtestutil.a
197
63794b04
SL
198 SOURCE[evp_libctx_test]=evp_libctx_test.c
199 INCLUDE[evp_libctx_test]=../include ../apps/include
200 DEPEND[evp_libctx_test]=../libcrypto.a libtestutil.a
201
7bb82f92 202 SOURCE[evp_fetch_prov_test]=evp_fetch_prov_test.c
afe554c2 203 INCLUDE[evp_fetch_prov_test]=../include ../apps/include
7bb82f92 204 DEPEND[evp_fetch_prov_test]=../libcrypto libtestutil.a
777a2882 205
d66ff761
MC
206 SOURCE[provfetchtest]=provfetchtest.c
207 INCLUDE[provfetchtest]=../include ../apps/include
208 DEPEND[provfetchtest]=../libcrypto.a libtestutil.a
209
194fcc9a
MC
210 SOURCE[prov_config_test]=prov_config_test.c
211 INCLUDE[prov_config_test]=../include ../apps/include
212 DEPEND[prov_config_test]=../libcrypto.a libtestutil.a
213
6ae5543c
RL
214 SOURCE[evp_pkey_provided_test]=evp_pkey_provided_test.c
215 INCLUDE[evp_pkey_provided_test]=../include ../apps/include
f552d900 216 DEPEND[evp_pkey_provided_test]=../libcrypto.a libtestutil.a
ab14d2af 217
38230e30
P
218 IF[{- !$disabled{'acvp-tests'} -}]
219 PROGRAMS{noinst}=acvp_test
220
4f2271d5
SL
221 SOURCE[acvp_test]=acvp_test.c
222 INCLUDE[acvp_test]=../include ../apps/include
223 DEPEND[acvp_test]=../libcrypto.a libtestutil.a
224 ENDIF
225
34816949
SL
226 SOURCE[ossl_store_test]=ossl_store_test.c
227 INCLUDE[ossl_store_test]=../include ../apps/include
228 DEPEND[ossl_store_test]=../libcrypto.a libtestutil.a
229
04cb5ec0
SL
230 SOURCE[provider_status_test]=provider_status_test.c
231 INCLUDE[provider_status_test]=../include ../apps/include
232 DEPEND[provider_status_test]=../libcrypto.a libtestutil.a
233
dcd20cc1 234 SOURCE[pairwise_fail_test]=pairwise_fail_test.c
235 INCLUDE[pairwise_fail_test]=../include ../apps/include
236 DEPEND[pairwise_fail_test]=../libcrypto.a libtestutil.a
237
0aa7d7f4
MC
238 SOURCE[nodefltctxtest]=nodefltctxtest.c
239 INCLUDE[nodefltctxtest]=../include ../apps/include
240 DEPEND[nodefltctxtest]=../libcrypto.a libtestutil.a
241
78c44b05 242 SOURCE[evp_pkey_dhkem_test]=evp_pkey_dhkem_test.c
243 INCLUDE[evp_pkey_dhkem_test]=../include ../apps/include
244 DEPEND[evp_pkey_dhkem_test]=../libcrypto.a libtestutil.a
245
0e43960e 246 IF[{- !$disabled{'deprecated-3.0'} -}]
0ae5d4d6
MC
247 PROGRAMS{noinst}=igetest bftest casttest
248
c72fa255
MC
249 SOURCE[igetest]=igetest.c
250 INCLUDE[igetest]=../include ../apps/include
251 DEPEND[igetest]=../libcrypto libtestutil.a
03047e7b
MC
252
253 SOURCE[bftest]=bftest.c
254 INCLUDE[bftest]=../include ../apps/include
255 DEPEND[bftest]=../libcrypto libtestutil.a
0ae5d4d6
MC
256
257 SOURCE[casttest]=casttest.c
258 INCLUDE[casttest]=../include ../apps/include
259 DEPEND[casttest]=../libcrypto libtestutil.a
c72fa255 260 ENDIF
777a2882 261
a9c6d221 262 SOURCE[v3nametest]=v3nametest.c
5674466e 263 INCLUDE[v3nametest]=../include ../apps/include
a9c6d221 264 DEPEND[v3nametest]=../libcrypto libtestutil.a
777a2882 265
a9c6d221 266 SOURCE[crltest]=crltest.c
5674466e 267 INCLUDE[crltest]=../include ../apps/include
a9c6d221 268 DEPEND[crltest]=../libcrypto libtestutil.a
2b406990 269
a9c6d221 270 SOURCE[v3ext]=v3ext.c
5674466e 271 INCLUDE[v3ext]=../include ../apps/include
a9c6d221 272 DEPEND[v3ext]=../libcrypto libtestutil.a
e417070c 273
d90a6beb 274 SOURCE[danetest]=danetest.c
5674466e 275 INCLUDE[danetest]=../include ../apps/include
1f9d203d 276 DEPEND[danetest]=../libcrypto ../libssl libtestutil.a
777a2882 277
a9c6d221 278 SOURCE[constant_time_test]=constant_time_test.c
5674466e 279 INCLUDE[constant_time_test]=../include ../apps/include
a9c6d221 280 DEPEND[constant_time_test]=../libcrypto libtestutil.a
777a2882 281
bc4efcb0
P
282 SOURCE[safe_math_test]=safe_math_test.c
283 INCLUDE[safe_math_test]=../include ../apps/include
284 DEPEND[safe_math_test]=../libcrypto libtestutil.a
285
a9c6d221 286 SOURCE[verify_extra_test]=verify_extra_test.c
5674466e 287 INCLUDE[verify_extra_test]=../include ../apps/include
a9c6d221 288 DEPEND[verify_extra_test]=../libcrypto libtestutil.a
777a2882 289
a9c6d221 290 SOURCE[clienthellotest]=clienthellotest.c
5674466e 291 INCLUDE[clienthellotest]=../include ../apps/include
a9c6d221 292 DEPEND[clienthellotest]=../libcrypto ../libssl libtestutil.a
777a2882 293
a9c6d221 294 SOURCE[bad_dtls_test]=bad_dtls_test.c
5674466e 295 INCLUDE[bad_dtls_test]=../include ../apps/include
a9c6d221 296 DEPEND[bad_dtls_test]=../libcrypto ../libssl libtestutil.a
16938284 297
416d0a63 298 SOURCE[packettest]=packettest.c ../crypto/quic_vlint.c
5674466e 299 INCLUDE[packettest]=../include ../apps/include
a9c6d221 300 DEPEND[packettest]=../libcrypto libtestutil.a
777a2882 301
dffafaf4
HL
302 SOURCE[quic_wire_test]=quic_wire_test.c
303 INCLUDE[quic_wire_test]=../include ../apps/include
304 DEPEND[quic_wire_test]=../libcrypto.a ../libssl.a libtestutil.a
305
ec279ac2
HL
306 SOURCE[quic_record_test]=quic_record_test.c
307 INCLUDE[quic_record_test]=../include ../apps/include
308 DEPEND[quic_record_test]=../libcrypto.a ../libssl.a libtestutil.a
309
508e087c
HL
310 SOURCE[quic_fc_test]=quic_fc_test.c
311 INCLUDE[quic_fc_test]=../include ../apps/include
312 DEPEND[quic_fc_test]=../libcrypto.a ../libssl.a libtestutil.a
313
83022590
HL
314 SOURCE[quic_stream_test]=quic_stream_test.c
315 INCLUDE[quic_stream_test]=../include ../apps/include
316 DEPEND[quic_stream_test]=../libcrypto.a ../libssl.a libtestutil.a
317
c282da8b
HL
318 SOURCE[quic_cfq_test]=quic_cfq_test.c
319 INCLUDE[quic_cfq_test]=../include ../apps/include
320 DEPEND[quic_cfq_test]=../libcrypto.a ../libssl.a libtestutil.a
321
d77aea59
HL
322 SOURCE[quic_txpim_test]=quic_txpim_test.c
323 INCLUDE[quic_txpim_test]=../include ../apps/include
324 DEPEND[quic_txpim_test]=../libcrypto.a ../libssl.a libtestutil.a
325
b633cf87 326 SOURCE[quic_fifd_test]=quic_fifd_test.c cc_dummy.c
0ede517c
HL
327 INCLUDE[quic_fifd_test]=../include ../apps/include
328 DEPEND[quic_fifd_test]=../libcrypto.a ../libssl.a libtestutil.a
329
b633cf87 330 SOURCE[quic_txp_test]=quic_txp_test.c cc_dummy.c
a73078b7
HL
331 INCLUDE[quic_txp_test]=../include ../apps/include
332 DEPEND[quic_txp_test]=../libcrypto.a ../libssl.a libtestutil.a
333
f42781ad
HL
334 SOURCE[quic_tserver_test]=quic_tserver_test.c
335 INCLUDE[quic_tserver_test]=../include ../apps/include
336 DEPEND[quic_tserver_test]=../libcrypto.a ../libssl.a libtestutil.a
337
fc110280
TM
338 SOURCE[quic_client_test]=quic_client_test.c
339 INCLUDE[quic_client_test]=../include ../apps/include
340 DEPEND[quic_client_test]=../libcrypto.a ../libssl.a libtestutil.a
341
35bd8a60
MC
342 $QUICTESTHELPERS=helpers/quictestlib.c helpers/noisydgrambio.c helpers/pktsplitbio.c
343
344 SOURCE[quic_multistream_test]=quic_multistream_test.c helpers/ssltestlib.c $QUICTESTHELPERS
ed835673
HL
345 INCLUDE[quic_multistream_test]=../include ../apps/include
346 DEPEND[quic_multistream_test]=../libcrypto.a ../libssl.a libtestutil.a
347
d90a6beb 348 SOURCE[asynctest]=asynctest.c
5674466e 349 INCLUDE[asynctest]=../include ../apps/include
d90a6beb 350 DEPEND[asynctest]=../libcrypto
777a2882 351
a9c6d221 352 SOURCE[secmemtest]=secmemtest.c
5674466e 353 INCLUDE[secmemtest]=../include ../apps/include
a9c6d221 354 DEPEND[secmemtest]=../libcrypto libtestutil.a
777a2882 355
a9c6d221 356 SOURCE[srptest]=srptest.c
5674466e 357 INCLUDE[srptest]=../include ../apps/include
a9c6d221 358 DEPEND[srptest]=../libcrypto libtestutil.a
777a2882 359
a9c6d221 360 SOURCE[memleaktest]=memleaktest.c
5674466e 361 INCLUDE[memleaktest]=../include ../apps/include
a9c6d221 362 DEPEND[memleaktest]=../libcrypto libtestutil.a
04949088 363
20f8bc72 364 SOURCE[pkcs12_format_test]=pkcs12_format_test.c helpers/pkcs12.c
c5ec6dcf
JS
365 INCLUDE[pkcs12_format_test]=../include ../apps/include
366 DEPEND[pkcs12_format_test]=../libcrypto libtestutil.a
367
cfd24cde
DF
368 SOURCE[pkcs12_api_test]=pkcs12_api_test.c helpers/pkcs12.c
369 INCLUDE[pkcs12_api_test]=../include ../apps/include
370 DEPEND[pkcs12_api_test]=../libcrypto libtestutil.a
371
f505161e
SL
372 SOURCE[pkcs7_test]=pkcs7_test.c
373 INCLUDE[pkcs7_test]=../include ../apps/include
374 DEPEND[pkcs7_test]=../libcrypto libtestutil.a
375
a0af4a3c
P
376 SOURCE[punycode_test]=punycode_test.c
377 INCLUDE[punycode_test]=../include ../apps/include
378 DEPEND[punycode_test]=../libcrypto.a libtestutil.a
379
a9c6d221 380 SOURCE[stack_test]=stack_test.c
5674466e 381 INCLUDE[stack_test]=../include ../apps/include
a9c6d221 382 DEPEND[stack_test]=../libcrypto libtestutil.a
98374961 383
a9c6d221 384 SOURCE[lhash_test]=lhash_test.c
5674466e 385 INCLUDE[lhash_test]=../include ../apps/include
a9c6d221 386 DEPEND[lhash_test]=../libcrypto libtestutil.a
508ee8f5 387
d90a6beb 388 SOURCE[dtlsv1listentest]=dtlsv1listentest.c
5674466e 389 INCLUDE[dtlsv1listentest]=../include ../apps/include
8ed9a266 390 DEPEND[dtlsv1listentest]=../libssl libtestutil.a
9666ffb3 391
a9c6d221 392 SOURCE[ct_test]=ct_test.c
5674466e 393 INCLUDE[ct_test]=../include ../apps/include
a9c6d221 394 DEPEND[ct_test]=../libcrypto libtestutil.a
71a04cfc 395
c48c3280
TM
396 SOURCE[threadpool_test]=threadpool_test.c
397 INCLUDE[threadpool_test]=.. ../include ../apps/include
398 DEPEND[threadpool_test]=../libcrypto.a libtestutil.a
399
a9c6d221 400 SOURCE[threadstest]=threadstest.c
4574a7fd
ČK
401 INCLUDE[threadstest]=.. ../include ../apps/include
402 DEPEND[threadstest]=../libcrypto.a libtestutil.a
b37d6abf 403
235776b2
P
404 SOURCE[threadstest_fips]=threadstest_fips.c
405 INCLUDE[threadstest_fips]=../include ../apps/include
406 DEPEND[threadstest_fips]=../libcrypto libtestutil.a
407
a9c6d221 408 SOURCE[afalgtest]=afalgtest.c
5674466e 409 INCLUDE[afalgtest]=../include ../apps/include
a9c6d221 410 DEPEND[afalgtest]=../libcrypto libtestutil.a
d2458440 411
a9c6d221 412 SOURCE[d2i_test]=d2i_test.c
5674466e 413 INCLUDE[d2i_test]=../include ../apps/include
a9c6d221 414 DEPEND[d2i_test]=../libcrypto libtestutil.a
1400f013 415
20f8bc72 416 SOURCE[ssl_test_ctx_test]=ssl_test_ctx_test.c helpers/ssl_test_ctx.c
5674466e 417 INCLUDE[ssl_test_ctx_test]=../include ../apps/include
a9c6d221 418 DEPEND[ssl_test_ctx_test]=../libcrypto ../libssl libtestutil.a
453dfd8d 419
20f8bc72 420 SOURCE[ssl_test]=ssl_test.c helpers/ssl_test_ctx.c helpers/handshake.c
76cb077f
MC
421 IF[{- !$disabled{'srp'} -}]
422 SOURCE[ssl_test]=helpers/handshake_srp.c
423 ENDIF
5674466e 424 INCLUDE[ssl_test]=../include ../apps/include
a9c6d221 425 DEPEND[ssl_test]=../libcrypto ../libssl libtestutil.a
453dfd8d 426
a9c6d221 427 SOURCE[cipherlist_test]=cipherlist_test.c
5674466e 428 INCLUDE[cipherlist_test]=../include ../apps/include
a9c6d221 429 DEPEND[cipherlist_test]=../libcrypto ../libssl libtestutil.a
5a22cf96 430
20f8bc72
DDO
431 INCLUDE[helpers/ssl_test_ctx.o]=../include
432 INCLUDE[helpers/handshake.o]=.. ../include
433 INCLUDE[helpers/pkcs12.o]=.. ../include
434 INCLUDE[helpers/ssltestlib.o]=.. ../include
435 INCLUDE[helpers/cmp_testlib.o]=.. ../include ../apps/include
fde2257f 436
a9c6d221 437 SOURCE[x509aux]=x509aux.c
5674466e 438 INCLUDE[x509aux]=../include ../apps/include
a9c6d221 439 DEPEND[x509aux]=../libcrypto libtestutil.a
d7295cd6 440
20f8bc72 441 SOURCE[asynciotest]=asynciotest.c helpers/ssltestlib.c
5674466e 442 INCLUDE[asynciotest]=../include ../apps/include
a9c6d221 443 DEPEND[asynciotest]=../libcrypto ../libssl libtestutil.a
f8f686ec 444
c911e5da 445 SOURCE[bio_callback_test]=bio_callback_test.c
5674466e 446 INCLUDE[bio_callback_test]=../include ../apps/include
c911e5da
BE
447 DEPEND[bio_callback_test]=../libcrypto libtestutil.a
448
251c4818
SL
449 SOURCE[bio_readbuffer_test]=bio_readbuffer_test.c
450 INCLUDE[bio_readbuffer_test]=../include ../apps/include
451 DEPEND[bio_readbuffer_test]=../libcrypto libtestutil.a
452
c6048af2 453 SOURCE[bio_memleak_test]=bio_memleak_test.c
5674466e 454 INCLUDE[bio_memleak_test]=../include ../apps/include
c6048af2
CM
455 DEPEND[bio_memleak_test]=../libcrypto libtestutil.a
456
a9c6d221 457 SOURCE[bioprinttest]=bioprinttest.c
5674466e 458 INCLUDE[bioprinttest]=../include ../apps/include
a9c6d221 459 DEPEND[bioprinttest]=../libcrypto libtestutil.a
5cdad22f 460
93954ab0
MC
461 SOURCE[bio_core_test]=bio_core_test.c
462 INCLUDE[bio_core_test]=../include ../apps/include
463 DEPEND[bio_core_test]=../libcrypto libtestutil.a
464
664e096c
HL
465 SOURCE[bio_dgram_test]=bio_dgram_test.c
466 INCLUDE[bio_dgram_test]=../include ../apps/include
467 DEPEND[bio_dgram_test]=../libcrypto libtestutil.a
468
a3e53d56
TS
469 SOURCE[bio_tfo_test]=bio_tfo_test.c
470 INCLUDE[bio_tfo_test]=../include ../apps/include ..
471 DEPEND[bio_tfo_test]=../libcrypto libtestutil.a
472
3bfc58ad
MC
473 SOURCE[membio_test]=membio_test.c
474 INCLUDE[membio_test]=../include ../apps/include ..
475 DEPEND[membio_test]=../libcrypto libtestutil.a
476
b88ce46e
HL
477 SOURCE[bio_dgram_test]=bio_dgram_test.c
478 INCLUDE[bio_dgram_test]=../include ../apps/include ..
479 DEPEND[bio_dgram_test]=../libcrypto libtestutil.a
480
7ffbd7ca
P
481 SOURCE[params_api_test]=params_api_test.c
482 INCLUDE[params_api_test]=../include ../apps/include
483 DEPEND[params_api_test]=../libcrypto libtestutil.a
484
9830e7ea
P
485 SOURCE[params_conversion_test]=params_conversion_test.c
486 INCLUDE[params_conversion_test]=../include ../apps/include
487 DEPEND[params_conversion_test]=../libcrypto libtestutil.a
488
3c93fbac
P
489 SOURCE[param_build_test]=param_build_test.c
490 INCLUDE[param_build_test]=../include ../apps/include
491 DEPEND[param_build_test]=../libcrypto.a libtestutil.a
492
20f8bc72 493 SOURCE[sslapitest]=sslapitest.c helpers/ssltestlib.c filterprov.c tls-provider.c
5674466e 494 INCLUDE[sslapitest]=../include ../apps/include ..
a9c6d221 495 DEPEND[sslapitest]=../libcrypto ../libssl libtestutil.a
cee0628e
JC
496
497 SOURCE[ssl_handshake_rtt_test]=ssl_handshake_rtt_test.c helpers/ssltestlib.c
498 INCLUDE[ssl_handshake_rtt_test]=../include ../apps/include ..
499 DEPEND[ssl_handshake_rtt_test]=../libcrypto.a ../libssl.a libtestutil.a
27da1343 500
3c95ef22
TS
501 SOURCE[rpktest]=rpktest.c helpers/ssltestlib.c
502 INCLUDE[rpktest]=../include ../apps/include ..
503 DEPEND[rpktest]=../libcrypto ../libssl libtestutil.a
504
bfa6aaab
MC
505 SOURCE[defltfips_test]=defltfips_test.c
506 INCLUDE[defltfips_test]=../include ../apps/include
507 DEPEND[defltfips_test]=../libcrypto libtestutil.a
508
e1289d90
TM
509 SOURCE[fips_version_test]=fips_version_test.c
510 INCLUDE[fips_version_test]=../include ../apps/include
511 DEPEND[fips_version_test]=../libcrypto libtestutil.a
512
27da1343 513 SOURCE[ocspapitest]=ocspapitest.c
5674466e 514 INCLUDE[ocspapitest]=../include ../apps/include
27da1343 515 DEPEND[ocspapitest]=../libcrypto libtestutil.a
6fc1748e 516
29f178bd 517 IF[{- !$disabled{sock} -}]
3ca28c9e
VK
518 IF[{- !$disabled{http} -}]
519 PROGRAMS{noinst}=http_test
29f178bd 520
3ca28c9e
VK
521 SOURCE[http_test]=http_test.c
522 INCLUDE[http_test]=../include ../apps/include
523 DEPEND[http_test]=../libcrypto libtestutil.a
524 ENDIF
525 ENDIF
29f178bd 526
20f8bc72 527 SOURCE[dtlstest]=dtlstest.c helpers/ssltestlib.c
5674466e 528 INCLUDE[dtlstest]=../include ../apps/include
a9c6d221 529 DEPEND[dtlstest]=../libcrypto ../libssl libtestutil.a
e6ed2b91 530
20f8bc72 531 SOURCE[sslcorrupttest]=sslcorrupttest.c helpers/ssltestlib.c
5674466e 532 INCLUDE[sslcorrupttest]=../include ../apps/include
a9c6d221 533 DEPEND[sslcorrupttest]=../libcrypto ../libssl libtestutil.a
c5a56992 534
a9c6d221 535 SOURCE[bio_enc_test]=bio_enc_test.c
5674466e 536 INCLUDE[bio_enc_test]=../include ../apps/include
a9c6d221 537 DEPEND[bio_enc_test]=../libcrypto libtestutil.a
d6c4cc29 538
a9c6d221 539 SOURCE[pkey_meth_test]=pkey_meth_test.c
5674466e 540 INCLUDE[pkey_meth_test]=../include ../apps/include
a9c6d221 541 DEPEND[pkey_meth_test]=../libcrypto libtestutil.a
52fe14e6 542
6aa907a6 543 SOURCE[pkey_meth_kdf_test]=pkey_meth_kdf_test.c
5674466e 544 INCLUDE[pkey_meth_kdf_test]=../include ../apps/include
6aa907a6
JB
545 DEPEND[pkey_meth_kdf_test]=../libcrypto libtestutil.a
546
5a285add 547 SOURCE[evp_kdf_test]=evp_kdf_test.c
953315ae 548 INCLUDE[evp_kdf_test]=../include ../apps/include
5a285add
DM
549 DEPEND[evp_kdf_test]=../libcrypto libtestutil.a
550
6aa2e59e
SL
551 SOURCE[evp_pkey_dparams_test]=evp_pkey_dparams_test.c
552 INCLUDE[evp_pkey_dparams_test]=../include ../apps/include
553 DEPEND[evp_pkey_dparams_test]=../libcrypto libtestutil.a
554
a9c6d221 555 SOURCE[x509_time_test]=x509_time_test.c
5674466e 556 INCLUDE[x509_time_test]=../include ../apps/include
a9c6d221 557 DEPEND[x509_time_test]=../libcrypto libtestutil.a
80770da3 558
29d4d8e8 559 SOURCE[x509_test]=x509_test.c
560 INCLUDE[x509_test]=../include ../apps/include
561 DEPEND[x509_test]=../libcrypto libtestutil.a
562
20f8bc72 563 SOURCE[recordlentest]=recordlentest.c helpers/ssltestlib.c
5674466e 564 INCLUDE[recordlentest]=../include ../apps/include
a9c6d221 565 DEPEND[recordlentest]=../libcrypto ../libssl libtestutil.a
c1074ce0 566
12fb8c3d 567 SOURCE[drbgtest]=drbgtest.c
15f54941 568 INCLUDE[drbgtest]=../include ../apps/include ../providers/common/include
1c615e4c 569 DEPEND[drbgtest]=../libcrypto.a libtestutil.a
12fb8c3d 570
4516bf74
P
571 SOURCE[rand_status_test]=rand_status_test.c
572 INCLUDE[rand_status_test]=../include ../apps/include
573 DEPEND[rand_status_test]=../libcrypto libtestutil.a
574
a9c6d221 575 SOURCE[x509_dup_cert_test]=x509_dup_cert_test.c
5674466e 576 INCLUDE[x509_dup_cert_test]=../include ../apps/include
a9c6d221 577 DEPEND[x509_dup_cert_test]=../libcrypto libtestutil.a
c0452248 578
6d2523e0 579 SOURCE[x509_check_cert_pkey_test]=x509_check_cert_pkey_test.c
5674466e 580 INCLUDE[x509_check_cert_pkey_test]=../include ../apps/include
6d2523e0
PY
581 DEPEND[x509_check_cert_pkey_test]=../libcrypto libtestutil.a
582
fa3ed5b2 583 SOURCE[pemtest]=pemtest.c
5674466e 584 INCLUDE[pemtest]=../include ../apps/include
fa3ed5b2
BK
585 DEPEND[pemtest]=../libcrypto libtestutil.a
586
d72a0041 587 SOURCE[ssl_cert_table_internal_test]=ssl_cert_table_internal_test.c
5674466e 588 INCLUDE[ssl_cert_table_internal_test]=.. ../include ../apps/include
d72a0041
DSH
589 DEPEND[ssl_cert_table_internal_test]=../libcrypto libtestutil.a
590
bbb4ceb8 591 SOURCE[ciphername_test]=ciphername_test.c
5674466e 592 INCLUDE[ciphername_test]=../include ../apps/include
bbb4ceb8
PY
593 DEPEND[ciphername_test]=../libcrypto ../libssl libtestutil.a
594
20f8bc72 595 SOURCE[servername_test]=servername_test.c helpers/ssltestlib.c
5674466e 596 INCLUDE[servername_test]=../include ../apps/include
190b9a03
PY
597 DEPEND[servername_test]=../libcrypto ../libssl libtestutil.a
598
a01b9cd5 599 IF[{- !$disabled{cms} -}]
ac6bba6f 600 PROGRAMS{noinst}=cmsapitest
a01b9cd5 601 SOURCE[cmsapitest]=cmsapitest.c
5674466e 602 INCLUDE[cmsapitest]=../include ../apps/include
a01b9cd5
MC
603 DEPEND[cmsapitest]=../libcrypto libtestutil.a
604 ENDIF
e15e92db 605
02e22dd4 606 IF[{- !$disabled{psk} -}]
ac6bba6f 607 PROGRAMS{noinst}=dtls_mtu_test
20f8bc72 608 SOURCE[dtls_mtu_test]=dtls_mtu_test.c helpers/ssltestlib.c
5674466e 609 INCLUDE[dtls_mtu_test]=.. ../include ../apps/include
8ed9a266 610 DEPEND[dtls_mtu_test]=../libcrypto ../libssl libtestutil.a
02e22dd4
DW
611 ENDIF
612
9c89c846 613 IF[{- !$disabled{shared} -}]
ac6bba6f 614 PROGRAMS{noinst}=shlibloadtest
9800b1a0 615 SOURCE[shlibloadtest]=shlibloadtest.c simpledynamic.c
afe554c2 616 INCLUDE[shlibloadtest]=../include ../apps/include
527eb8d2
RL
617
618 PROGRAMS{noinst}=moduleloadtest
619 SOURCE[moduleloadtest]=moduleloadtest.c simpledynamic.c
620 INCLUDE[moduleloadtest]=../include ../apps/include
b987d748
MC
621 ENDIF
622
b7f491cb
RL
623 # cipher_overhead_test uses internal symbols, so it must be linked with
624 # the static libraries
625 PROGRAMS{noinst}=cipher_overhead_test
626 SOURCE[cipher_overhead_test]=cipher_overhead_test.c
627 INCLUDE[cipher_overhead_test]=.. ../include ../apps/include
628 DEPEND[cipher_overhead_test]=../libcrypto.a ../libssl.a libtestutil.a
aeac2183 629
2ad75c6c 630 SOURCE[uitest]=uitest.c ../apps/lib/apps_ui.c
5674466e 631 INCLUDE[uitest]=.. ../include ../apps/include
a43ce58f 632 DEPEND[uitest]=../libcrypto ../libssl libtestutil.a
66ed24b1 633
a9c6d221 634 SOURCE[cipherbytes_test]=cipherbytes_test.c
5674466e 635 INCLUDE[cipherbytes_test]=../include ../apps/include
a9c6d221 636 DEPEND[cipherbytes_test]=../libcrypto ../libssl libtestutil.a
6e3dac19 637
a9c6d221 638 SOURCE[asn1_encode_test]=asn1_encode_test.c
5674466e 639 INCLUDE[asn1_encode_test]=../include ../apps/include
a9c6d221 640 DEPEND[asn1_encode_test]=../libcrypto libtestutil.a
37332ecc 641
c2278c8b 642 SOURCE[asn1_decode_test]=asn1_decode_test.c
5674466e 643 INCLUDE[asn1_decode_test]=../include ../apps/include
c2278c8b
RL
644 DEPEND[asn1_decode_test]=../libcrypto libtestutil.a
645
7b608d08 646 SOURCE[asn1_string_table_test]=asn1_string_table_test.c
5674466e 647 INCLUDE[asn1_string_table_test]=../include ../apps/include
7b608d08
PY
648 DEPEND[asn1_string_table_test]=../libcrypto libtestutil.a
649
20ee2bf1 650 SOURCE[time_offset_test]=time_offset_test.c
5674466e 651 INCLUDE[time_offset_test]=../include ../apps/include
20ee2bf1
TS
652 DEPEND[time_offset_test]=../libcrypto libtestutil.a
653
b524b808 654 SOURCE[conf_include_test]=conf_include_test.c
5674466e 655 INCLUDE[conf_include_test]=../include ../apps/include
b524b808
TM
656 DEPEND[conf_include_test]=../libcrypto libtestutil.a
657
7960dbec 658 IF[{- !$disabled{cmp} -}]
3dbc5156 659 PROGRAMS{noinst}=cmp_asn_test cmp_ctx_test cmp_status_test cmp_hdr_test \
62dcd2aa 660 cmp_protect_test cmp_msg_test cmp_vfy_test \
7e765f46 661 cmp_server_test cmp_client_test
7960dbec
DDO
662 ENDIF
663
20f8bc72 664 SOURCE[cmp_asn_test]=cmp_asn_test.c helpers/cmp_testlib.c
7960dbec
DDO
665 INCLUDE[cmp_asn_test]=.. ../include ../apps/include
666 DEPEND[cmp_asn_test]=../libcrypto.a libtestutil.a
667
20f8bc72 668 SOURCE[cmp_ctx_test]=cmp_ctx_test.c helpers/cmp_testlib.c
7960dbec
DDO
669 INCLUDE[cmp_ctx_test]=.. ../include ../apps/include
670 DEPEND[cmp_ctx_test]=../libcrypto.a libtestutil.a
671
20f8bc72 672 SOURCE[cmp_hdr_test]=cmp_hdr_test.c helpers/cmp_testlib.c
4dde554c
DDO
673 INCLUDE[cmp_hdr_test]=.. ../include ../apps/include
674 DEPEND[cmp_hdr_test]=../libcrypto.a libtestutil.a
675
20f8bc72 676 SOURCE[cmp_status_test]=cmp_status_test.c helpers/cmp_testlib.c
4dde554c
DDO
677 INCLUDE[cmp_status_test]=.. ../include ../apps/include
678 DEPEND[cmp_status_test]=../libcrypto.a libtestutil.a
679
20f8bc72 680 SOURCE[cmp_protect_test]=cmp_protect_test.c helpers/cmp_testlib.c
3dbc5156
DDO
681 INCLUDE[cmp_protect_test]=.. ../include ../apps/include
682 DEPEND[cmp_protect_test]=../libcrypto.a libtestutil.a
683
20f8bc72 684 SOURCE[cmp_msg_test]=cmp_msg_test.c helpers/cmp_testlib.c
3dbc5156
DDO
685 INCLUDE[cmp_msg_test]=.. ../include ../apps/include
686 DEPEND[cmp_msg_test]=../libcrypto.a libtestutil.a
687
20f8bc72 688 SOURCE[cmp_vfy_test]=cmp_vfy_test.c helpers/cmp_testlib.c
31b28ad9
DDO
689 INCLUDE[cmp_vfy_test]=.. ../include ../apps/include
690 DEPEND[cmp_vfy_test]=../libcrypto.a libtestutil.a
691
20f8bc72 692 SOURCE[cmp_server_test]=cmp_server_test.c helpers/cmp_testlib.c
62dcd2aa
DDO
693 INCLUDE[cmp_server_test]=.. ../include ../apps/include
694 DEPEND[cmp_server_test]=../libcrypto.a libtestutil.a
695
ee56cec7 696 SOURCE[cmp_client_test]=cmp_client_test.c helpers/cmp_testlib.c ../apps/lib/cmp_mock_srv.c
7e765f46
DDO
697 INCLUDE[cmp_client_test]=.. ../include ../apps/include
698 DEPEND[cmp_client_test]=../libcrypto.a libtestutil.a
699
065121ff
AF
700 SOURCE[ca_internals_test]=ca_internals_test.c ../apps/ca.c ../apps/lib/apps.c \
701 ../apps/lib/app_rand.c ../apps/lib/engine.c ../apps/lib/app_provider.c \
702 ../apps/lib/app_libctx.c ../apps/lib/fmt.c ../apps/lib/apps_ui.c \
703 ../apps/lib/app_x509.c ../crypto/asn1/a_time.c ../crypto/ctype.c
704 INCLUDE[ca_internals_test]=.. ../include ../apps/include
705 DEPEND[ca_internals_test]=libtestutil.a ../libssl
706
b5b7c61f 707 # Internal test programs. These are essentially a collection of internal
cf551a51
RL
708 # test routines. Some of them need to reach internal symbols that aren't
709 # available through the shared library (at least on Linux, Solaris, Windows
710 # and VMS, where the exported symbols are those listed in util/*.num), these
69687aa8 711 # programs are forcibly linked with the static libraries, where all symbols
b3023ced
RL
712 # are always available.
713 IF[1]
ac6bba6f 714 PROGRAMS{noinst}=asn1_internal_test modes_internal_test x509_internal_test \
082193ef 715 tls13encryptiontest wpackettest ctype_internal_test \
1f8ce0c9 716 rdcpu_sanitytest property_test ideatest rsa_mp_test \
c5f87134 717 rsa_sp800_56b_test bn_internal_test ecdsatest rsa_test \
8083fd3a 718 rc2test rc4test rc5test hmactest ffc_internal_test \
ada66e78 719 asn1_dsa_internal_test dsatest dsa_no_digest_size_test \
20f8bc72 720 dhtest ssl_old_test
8240d5fa 721
cf551a51 722 IF[{- !$disabled{poly1305} -}]
ac6bba6f 723 PROGRAMS{noinst}=poly1305_internal_test
cf551a51 724 ENDIF
ee6d9dfb 725 IF[{- !$disabled{chacha} -}]
ac6bba6f 726 PROGRAMS{noinst}=chacha_internal_test
ee6d9dfb 727 ENDIF
3f5616d7 728 IF[{- !$disabled{siphash} -}]
ac6bba6f 729 PROGRAMS{noinst}=siphash_internal_test
3f5616d7 730 ENDIF
e425f90f 731 IF[{- !$disabled{sm2} -}]
ac6bba6f 732 PROGRAMS{noinst}=sm2_internal_test
e425f90f 733 ENDIF
c3708f9f 734 IF[{- !$disabled{sm3} -}]
735 PROGRAMS{noinst}=sm3_internal_test
736 ENDIF
f19a5ff9 737 IF[{- !$disabled{sm4} -}]
ac6bba6f 738 PROGRAMS{noinst}=sm4_internal_test
f19a5ff9 739 ENDIF
c7a47adc 740 IF[{- !$disabled{ec} -}]
4032cd9a
YL
741 PROGRAMS{noinst}=ectest ec_internal_test evp_pkey_dhkem_test
742 ENDIF
743 IF[{- !$disabled{ecx} -}]
744 PROGRAMS{noinst}=curve448_internal_test
c7a47adc 745 ENDIF
a370ff8d
MC
746 IF[{- !$disabled{cmac} -}]
747 PROGRAMS{noinst}=cmactest
748 ENDIF
cf551a51 749
a9c6d221 750 SOURCE[poly1305_internal_test]=poly1305_internal_test.c
afe554c2 751 INCLUDE[poly1305_internal_test]=.. ../include ../apps/include
a9c6d221 752 DEPEND[poly1305_internal_test]=../libcrypto.a libtestutil.a
cf551a51 753
a9c6d221 754 SOURCE[chacha_internal_test]=chacha_internal_test.c
afe554c2 755 INCLUDE[chacha_internal_test]=.. ../include ../apps/include
a9c6d221 756 DEPEND[chacha_internal_test]=../libcrypto.a libtestutil.a
ee6d9dfb 757
a9c6d221 758 SOURCE[asn1_internal_test]=asn1_internal_test.c
afe554c2 759 INCLUDE[asn1_internal_test]=.. ../include ../apps/include
a9c6d221 760 DEPEND[asn1_internal_test]=../libcrypto.a libtestutil.a
cf551a51 761
a9c6d221 762 SOURCE[modes_internal_test]=modes_internal_test.c
afe554c2 763 INCLUDE[modes_internal_test]=.. ../include ../apps/include
a9c6d221 764 DEPEND[modes_internal_test]=../libcrypto.a libtestutil.a
cf551a51 765
a9c6d221 766 SOURCE[x509_internal_test]=x509_internal_test.c
5674466e 767 INCLUDE[x509_internal_test]=.. ../include ../apps/include
a9c6d221 768 DEPEND[x509_internal_test]=../libcrypto.a libtestutil.a
f01675c6 769
c5f87134
P
770 SOURCE[rsa_test]=rsa_test.c
771 INCLUDE[rsa_test]=../include ../apps/include
772 DEPEND[rsa_test]=../libcrypto.a libtestutil.a
773
774 SOURCE[rsa_mp_test]=rsa_mp_test.c
775 INCLUDE[rsa_mp_test]=../include ../apps/include
776 DEPEND[rsa_mp_test]=../libcrypto.a libtestutil.a
f41ac0ee 777
579422c8
P
778 SOURCE[ecdsatest]=ecdsatest.c
779 INCLUDE[ecdsatest]=../include ../apps/include
780 DEPEND[ecdsatest]=../libcrypto.a libtestutil.a
781
f41ac0ee
P
782 SOURCE[dsatest]=dsatest.c
783 INCLUDE[dsatest]=../include ../apps/include
784 DEPEND[dsatest]=../libcrypto.a libtestutil.a
785
786 SOURCE[dsa_no_digest_size_test]=dsa_no_digest_size_test.c
787 INCLUDE[dsa_no_digest_size_test]=../include ../apps/include
788 DEPEND[dsa_no_digest_size_test]=../libcrypto.a libtestutil.a
789
a9c6d221 790 SOURCE[tls13encryptiontest]=tls13encryptiontest.c
5674466e 791 INCLUDE[tls13encryptiontest]=.. ../include ../apps/include
243af566 792 DEPEND[tls13encryptiontest]=../libcrypto.a ../libssl.a libtestutil.a
e463cb39 793
da2d32f6
P
794 SOURCE[ideatest]=ideatest.c
795 INCLUDE[ideatest]=../include ../apps/include
796 DEPEND[ideatest]=../libcrypto.a libtestutil.a
797
a9c6d221 798 SOURCE[wpackettest]=wpackettest.c
5674466e 799 INCLUDE[wpackettest]=../include ../apps/include
243af566 800 DEPEND[wpackettest]=../libcrypto.a ../libssl.a libtestutil.a
3f5616d7 801
1bdbdaff 802 SOURCE[property_test]=property_test.c
1aedc35f 803 INCLUDE[property_test]=.. ../include ../apps/include
1bdbdaff
P
804 DEPEND[property_test]=../libcrypto.a libtestutil.a
805
a1df06b3 806 SOURCE[ctype_internal_test]=ctype_internal_test.c
25f2138b 807 INCLUDE[ctype_internal_test]=.. ../include ../apps/include
a1df06b3
P
808 DEPEND[ctype_internal_test]=../libcrypto.a libtestutil.a
809
a40f0f64 810 SOURCE[sparse_array_test]=sparse_array_test.c
afe554c2 811 INCLUDE[sparse_array_test]=../include ../apps/include
a40f0f64
P
812 DEPEND[sparse_array_test]=../libcrypto.a libtestutil.a
813
f0a49358
P
814 IF[{- !$disabled{quic} -}]
815 SOURCE[priority_queue_test]=priority_queue_test.c
816 INCLUDE[priority_queue_test]=../include ../apps/include
0eb27659
P
817 DEPEND[priority_queue_test]=../libcrypto ../libssl.a libtestutil.a
818
819 SOURCE[event_queue_test]=event_queue_test.c
820 INCLUDE[event_queue_test]=../include ../apps/include
821 DEPEND[event_queue_test]=../libcrypto ../libssl.a libtestutil.a
adef87a2 822
35bd8a60 823 SOURCE[quicfaultstest]=quicfaultstest.c helpers/ssltestlib.c $QUICTESTHELPERS
adef87a2
MC
824 INCLUDE[quicfaultstest]=../include ../apps/include ..
825 DEPEND[quicfaultstest]=../libcrypto.a ../libssl.a libtestutil.a
0c593328 826
35bd8a60 827 SOURCE[quicapitest]=quicapitest.c helpers/ssltestlib.c $QUICTESTHELPERS
0c593328
MC
828 INCLUDE[quicapitest]=../include ../apps/include
829 DEPEND[quicapitest]=../libcrypto.a ../libssl.a libtestutil.a
80b9eca2 830
35bd8a60 831 SOURCE[quic_newcid_test]=quic_newcid_test.c helpers/ssltestlib.c $QUICTESTHELPERS
80b9eca2
TM
832 INCLUDE[quic_newcid_test]=../include ../apps/include ..
833 DEPEND[quic_newcid_test]=../libcrypto.a ../libssl.a libtestutil.a
f0a49358
P
834 ENDIF
835
ada66e78
P
836 SOURCE[dhtest]=dhtest.c
837 INCLUDE[dhtest]=../include ../apps/include
838 DEPEND[dhtest]=../libcrypto.a libtestutil.a
839
f5eac259
P
840 SOURCE[list_test]=list_test.c
841 INCLUDE[list_test]=../include ../apps/include
842 DEPEND[list_test]=libtestutil.a
843
dbde4726
P
844 SOURCE[hmactest]=hmactest.c
845 INCLUDE[hmactest]=../include ../apps/include
846 DEPEND[hmactest]=../libcrypto.a libtestutil.a
847
a370ff8d
MC
848 IF[{- !$disabled{cmac} -}]
849 SOURCE[cmactest]=cmactest.c
850 INCLUDE[cmactest]=../include ../apps/include
851 DEPEND[cmactest]=../libcrypto.a libtestutil.a
852 ENDIF
853
a9c6d221 854 SOURCE[siphash_internal_test]=siphash_internal_test.c
afe554c2 855 INCLUDE[siphash_internal_test]=.. ../include ../apps/include
a9c6d221 856 DEPEND[siphash_internal_test]=../libcrypto.a libtestutil.a
f19a5ff9 857
e14d6cf6 858 SOURCE[sm2_internal_test]=sm2_internal_test.c
afe554c2 859 INCLUDE[sm2_internal_test]=../include ../apps/include
e14d6cf6 860 DEPEND[sm2_internal_test]=../libcrypto.a libtestutil.a
e425f90f 861
c3708f9f 862 SOURCE[sm3_internal_test]=sm3_internal_test.c
863 INCLUDE[sm3_internal_test]=../include ../apps/include
864 DEPEND[sm3_internal_test]=../libcrypto.a libtestutil.a
865
f19a5ff9 866 SOURCE[sm4_internal_test]=sm4_internal_test.c
afe554c2 867 INCLUDE[sm4_internal_test]=.. ../include ../apps/include
f19a5ff9 868 DEPEND[sm4_internal_test]=../libcrypto.a libtestutil.a
8f58ede0 869
c6fec81b
P
870 SOURCE[destest]=destest.c
871 INCLUDE[destest]=../include ../apps/include
872 DEPEND[destest]=../libcrypto.a libtestutil.a
873
ee2993ab
P
874 SOURCE[rc2test]=rc2test.c
875 INCLUDE[rc2test]=../include ../apps/include
876 DEPEND[rc2test]=../libcrypto.a libtestutil.a
877
a8fca728
P
878 SOURCE[rc4test]=rc4test.c
879 INCLUDE[rc4test]=../include ../apps/include
880 DEPEND[rc4test]=../libcrypto.a libtestutil.a
881
62c3fed0
P
882 SOURCE[rc5test]=rc5test.c
883 INCLUDE[rc5test]=../include ../apps/include
884 DEPEND[rc5test]=../libcrypto.a libtestutil.a
885
78082769 886 SOURCE[ec_internal_test]=ec_internal_test.c $INITSRC
afe554c2 887 INCLUDE[ec_internal_test]=../include ../crypto/ec ../apps/include
8f58ede0 888 DEPEND[ec_internal_test]=../libcrypto.a libtestutil.a
2c9def25 889
4032cd9a
YL
890 IF[{- !$disabled{ecx} -}]
891 SOURCE[curve448_internal_test]=curve448_internal_test.c
892 INCLUDE[curve448_internal_test]=.. ../include ../apps/include ../crypto/ec/curve448
893 DEPEND[curve448_internal_test]=../libcrypto.a libtestutil.a
894 ENDIF
082193ef 895
85d843c8
P
896 SOURCE[rc4test]=rc4test.c
897 INCLUDE[rc4test]=../include ../apps/include
898 DEPEND[rc4test]=../libcrypto.a libtestutil.a
899
1f8ce0c9
OT
900 SOURCE[rdcpu_sanitytest]=rdcpu_sanitytest.c
901 INCLUDE[rdcpu_sanitytest]=../include ../apps/include ../crypto
902 DEPEND[rdcpu_sanitytest]=../libcrypto.a libtestutil.a
8240d5fa
SL
903
904 SOURCE[rsa_sp800_56b_test]=rsa_sp800_56b_test.c
25f2138b 905 INCLUDE[rsa_sp800_56b_test]=.. ../include ../crypto/rsa ../apps/include
8240d5fa
SL
906 DEPEND[rsa_sp800_56b_test]=../libcrypto.a libtestutil.a
907
bcd94b63 908 IF[{- !$disabled{'deprecated-3.0'} -}]
909 PROGRAMS{noinst}=rsa_x931_test
910 SOURCE[rsa_x931_test]=rsa_x931_test.c
911 INCLUDE[rsa_x931_test]=.. ../include ../apps/include
912 DEPEND[rsa_x931_test]=../libcrypto.a libtestutil.a
913 ENDIF
914
8240d5fa 915 SOURCE[bn_internal_test]=bn_internal_test.c
25f2138b 916 INCLUDE[bn_internal_test]=.. ../include ../crypto/bn ../apps/include
8240d5fa 917 DEPEND[bn_internal_test]=../libcrypto.a libtestutil.a
54846b7c
DM
918
919 SOURCE[asn1_dsa_internal_test]=asn1_dsa_internal_test.c
afe554c2 920 INCLUDE[asn1_dsa_internal_test]=.. ../include ../apps/include
54846b7c 921 DEPEND[asn1_dsa_internal_test]=../libcrypto.a libtestutil.a
5a02d13d
RL
922
923 SOURCE[keymgmt_internal_test]=keymgmt_internal_test.c
924 INCLUDE[keymgmt_internal_test]=.. ../include ../apps/include
925 DEPEND[keymgmt_internal_test]=../libcrypto.a libtestutil.a
2c166171 926
8083fd3a 927 SOURCE[ffc_internal_test]=ffc_internal_test.c
b830e004 928 INCLUDE[ffc_internal_test]=.. ../include ../apps/include
8083fd3a
SL
929 DEPEND[ffc_internal_test]=../libcrypto.a libtestutil.a
930
33ee9ae0
P
931 IF[{- !$disabled{mdc2} -}]
932 PROGRAMS{noinst}=mdc2_internal_test
933 ENDIF
97f1e971 934
33ee9ae0
P
935 SOURCE[mdc2_internal_test]=mdc2_internal_test.c
936 INCLUDE[mdc2_internal_test]=.. ../include ../apps/include
937 DEPEND[mdc2_internal_test]=../libcrypto.a libtestutil.a
ada66e78 938
20f8bc72
DDO
939 SOURCE[ssl_old_test]=ssl_old_test.c helpers/predefined_dhparams.c
940 INCLUDE[ssl_old_test]=.. ../include ../apps/include
bca7ad6e 941 DEPEND[ssl_old_test]=../libcrypto.a ../libssl.a libtestutil.a
388eb0d9 942
ac44deaf
TS
943 PROGRAMS{noinst}=ext_internal_test
944 SOURCE[ext_internal_test]=ext_internal_test.c
945 INCLUDE[ext_internal_test]=.. ../include ../apps/include
946 DEPEND[ext_internal_test]=../libcrypto.a ../libssl.a libtestutil.a
947
388eb0d9
RL
948 PROGRAMS{noinst}=algorithmid_test
949 SOURCE[algorithmid_test]=algorithmid_test.c
950 INCLUDE[algorithmid_test]=../include ../apps/include
951 DEPEND[algorithmid_test]=../libcrypto.a libtestutil.a
33ee9ae0 952 ENDIF
134bfe56 953
ac6bba6f 954 PROGRAMS{noinst}=asn1_time_test
065121ff
AF
955 SOURCE[asn1_time_test]=asn1_time_test.c ../crypto/ctype.c \
956 ../crypto/asn1/a_time.c
5674466e 957 INCLUDE[asn1_time_test]=../include ../apps/include
cf37aaa3
TS
958 DEPEND[asn1_time_test]=../libcrypto libtestutil.a
959
134bfe56
MC
960 # We disable this test completely in a shared build because it deliberately
961 # redefines some internal libssl symbols. This doesn't work in a non-shared
962 # build
963 IF[{- !$disabled{shared} -}]
ac6bba6f 964 PROGRAMS{noinst}=tls13secretstest
a9c6d221 965 SOURCE[tls13secretstest]=tls13secretstest.c
da4db160 966 DEFINE[tls13secretstest]=OPENSSL_NO_KTLS
416d0a63 967 SOURCE[tls13secretstest]= ../ssl/tls13_enc.c ../crypto/packet.c ../crypto/quic_vlint.c
5674466e 968 INCLUDE[tls13secretstest]=.. ../include ../apps/include
a9c6d221 969 DEPEND[tls13secretstest]=../libcrypto ../libssl libtestutil.a
134bfe56 970 ENDIF
a58eb06d 971
20f8bc72 972 SOURCE[sslbuffertest]=sslbuffertest.c helpers/ssltestlib.c
5674466e 973 INCLUDE[sslbuffertest]=../include ../apps/include
a58eb06d 974 DEPEND[sslbuffertest]=../libcrypto ../libssl libtestutil.a
8a5ed9dc
TM
975
976 SOURCE[sysdefaulttest]=sysdefaulttest.c
5674466e 977 INCLUDE[sysdefaulttest]=../include ../apps/include
8a5ed9dc 978 DEPEND[sysdefaulttest]=../libcrypto ../libssl libtestutil.a
2de108df
DB
979
980 SOURCE[errtest]=errtest.c
5674466e 981 INCLUDE[errtest]=../include ../apps/include
2de108df 982 DEPEND[errtest]=../libcrypto libtestutil.a
1e839545 983
bcf082d1
SL
984 SOURCE[aesgcmtest]=aesgcmtest.c
985 INCLUDE[aesgcmtest]=../include ../apps/include ..
986 DEPEND[aesgcmtest]=../libcrypto libtestutil.a
987
d64b6299
RL
988 PROGRAMS{noinst}=context_internal_test
989 SOURCE[context_internal_test]=context_internal_test.c
990 INCLUDE[context_internal_test]=.. ../include ../apps/include
991 DEPEND[context_internal_test]=../libcrypto.a libtestutil.a
021a6552 992
caf9317d 993 IF[{- !$disabled{zlib} || !$disabled{brotli} || !$disabled{zstd} -}]
12e96a23
TS
994 PROGRAMS{noinst}=bio_comp_test
995 SOURCE[bio_comp_test]=bio_comp_test.c
996 INCLUDE[bio_comp_test]=../include ../apps/include
997 DEPEND[bio_comp_test]=../libcrypto.a libtestutil.a
998 ENDIF
999
021a6552
RL
1000 PROGRAMS{noinst}=provider_internal_test
1001 DEFINE[provider_internal_test]=PROVIDER_INIT_FUNCTION_NAME=p_test_init
1002 SOURCE[provider_internal_test]=provider_internal_test.c p_test.c
81c15ed0 1003 INCLUDE[provider_internal_test]=../include ../apps/include ..
021a6552
RL
1004 DEPEND[provider_internal_test]=../libcrypto.a libtestutil.a
1005 PROGRAMS{noinst}=provider_test
1006 DEFINE[provider_test]=PROVIDER_INIT_FUNCTION_NAME=p_test_init
1007 SOURCE[provider_test]=provider_test.c p_test.c
81c15ed0 1008 INCLUDE[provider_test]=../include ../apps/include ..
021a6552 1009 DEPEND[provider_test]=../libcrypto.a libtestutil.a
34786bde 1010 IF[{- !$disabled{module} -}]
021a6552
RL
1011 MODULES{noinst}=p_test
1012 SOURCE[p_test]=p_test.c
81c15ed0 1013 INCLUDE[p_test]=../include ..
021a6552
RL
1014 IF[{- defined $target{shared_defflag} -}]
1015 SOURCE[p_test]=p_test.ld
1016 GENERATE[p_test.ld]=../util/providers.num
1017 ENDIF
521b7cb3
RL
1018 ENDIF
1019 IF[{- $disabled{module} || !$target{dso_scheme} -}]
2a2bc6fc
RL
1020 DEFINE[provider_test]=NO_PROVIDER_MODULE
1021 DEFINE[provider_internal_test]=NO_PROVIDER_MODULE
021a6552 1022 ENDIF
433deaff
RS
1023 DEPEND[]=provider_internal_test.cnf
1024 GENERATE[provider_internal_test.cnf]=provider_internal_test.cnf.in
9ad41d24 1025
f995e5bd
RL
1026 PROGRAMS{noinst}=provider_fallback_test
1027 SOURCE[provider_fallback_test]=provider_fallback_test.c
1028 INCLUDE[provider_fallback_test]=../include ../apps/include
1029 DEPEND[provider_fallback_test]=../libcrypto libtestutil.a
1030
05122835
TM
1031 PROGRAMS{noinst}=provider_pkey_test
1032 SOURCE[provider_pkey_test]=provider_pkey_test.c fake_rsaprov.c
1033 INCLUDE[provider_pkey_test]=../include ../apps/include
1034 DEPEND[provider_pkey_test]=../libcrypto libtestutil.a
1035
d3db25f5
PM
1036 PROGRAMS{noinst}=provider_default_search_path_test
1037 SOURCE[provider_default_search_path_test]=provider_default_search_path_test.c
1038 INCLUDE[provider_default_search_path_test]=../include ../apps/include
1039 DEPEND[provider_default_search_path_test]=../libcrypto libtestutil.a
1040
9ad41d24
RL
1041 PROGRAMS{noinst}=params_test
1042 SOURCE[params_test]=params_test.c
1043 INCLUDE[params_test]=.. ../include ../apps/include
1044 DEPEND[params_test]=../libcrypto.a libtestutil.a
734a462e 1045
f32af93c
SL
1046 PROGRAMS{noinst}=hexstr_test
1047 SOURCE[hexstr_test]=hexstr_test.c
1048 INCLUDE[hexstr_test]=.. ../include ../apps/include
1049 DEPEND[hexstr_test]=../libcrypto.a libtestutil.a
1050
fcff5bd4
DF
1051 PROGRAMS{noinst}=trace_api_test
1052 SOURCE[trace_api_test]=trace_api_test.c
1053 INCLUDE[trace_api_test]=.. ../include ../apps/include
1054 DEPEND[trace_api_test]=../libcrypto.a libtestutil.a
1055
ece9304c 1056 PROGRAMS{noinst}=endecode_test
20f8bc72 1057 SOURCE[endecode_test]=endecode_test.c helpers/predefined_dhparams.c
ece9304c
RL
1058 INCLUDE[endecode_test]=.. ../include ../apps/include
1059 DEPEND[endecode_test]=../libcrypto.a libtestutil.a
7ee992a5
MC
1060 IF[{- !$disabled{module} && !$disabled{legacy} -}]
1061 DEFINE[endecode_test]=STATIC_LEGACY
1062 SOURCE[endecode_test]=../providers/legacyprov.c
1063 INCLUDE[endecode_test]=../providers/common/include \
1064 ../providers/implementations/include
1065 DEPEND[endecode_test]=../providers/liblegacy.a \
1066 ../providers/libcommon.a
1067 ENDIF
5a23d78c 1068
4d8e8a2d
MC
1069 IF[{- !$disabled{'deprecated-3.0'} -}]
1070 PROGRAMS{noinst}=endecoder_legacy_test
1071 SOURCE[endecoder_legacy_test]=endecoder_legacy_test.c
1072 INCLUDE[endecoder_legacy_test]=.. ../include ../apps/include
1073 DEPEND[endecoder_legacy_test]=../libcrypto.a libtestutil.a
1074 ENDIF
e76a6962 1075
39ed7636 1076 PROGRAMS{noinst}=decoder_propq_test
1077 SOURCE[decoder_propq_test]=decoder_propq_test.c
1078 INCLUDE[decoder_propq_test]=.. ../include ../apps/include
1079 DEPEND[decoder_propq_test]=../libcrypto.a libtestutil.a
1080
734a462e
RL
1081 PROGRAMS{noinst}=namemap_internal_test
1082 SOURCE[namemap_internal_test]=namemap_internal_test.c
1083 INCLUDE[namemap_internal_test]=.. ../include ../apps/include
1084 DEPEND[namemap_internal_test]=../libcrypto.a libtestutil.a
51a7c4b5
RL
1085
1086 PROGRAMS{noinst}=bio_prefix_text
ac1e85f4 1087 SOURCE[bio_prefix_text]=bio_prefix_text.c
51a7c4b5 1088 INCLUDE[bio_prefix_text]=.. ../include ../apps/include
ac1e85f4 1089 DEPEND[bio_prefix_text]=../libcrypto libtestutil.a
cdbd27ba
MC
1090
1091 IF[{- !$disabled{'deprecated-3.0'} -}]
66923436 1092 PROGRAMS{noinst}=pem_read_depr_test
cdbd27ba
MC
1093 SOURCE[pem_read_depr_test]=pem_read_depr_test.c
1094 INCLUDE[pem_read_depr_test]=../include ../apps/include
1095 DEPEND[pem_read_depr_test]=../libcrypto libtestutil.a
1096 ENDIF
5cdad22f
RL
1097ENDIF
1098
132b5fac 1099 SOURCE[ssl_ctx_test]=ssl_ctx_test.c
2321c25d 1100 INCLUDE[ssl_ctx_test]=../include ../apps/include
132b5fac
CH
1101 DEPEND[ssl_ctx_test]=../libcrypto ../libssl libtestutil.a
1102
3c58d447
SL
1103 SOURCE[build_wincrypt_test]=build_wincrypt_test.c
1104 INCLUDE[build_wincrypt_test]=../include
1105 DEPEND[build_wincrypt_test]=../libssl ../libcrypto
1106
c02036e1
DDO
1107 IF[{- !$disabled{shared} -}]
1108 PROGRAMS{noinst}=timing_load_creds
1109 SOURCE[timing_load_creds]=timing_load_creds.c
1110 INCLUDE[timing_load_creds]=../include
1111 DEPEND[timing_load_creds]=../libcrypto.a
1112 ENDIF
1113
e44795bd 1114 IF[{- !$disabled{'quic'} -}]
0c593328 1115 PROGRAMS{noinst}=quic_wire_test quic_ackm_test quic_record_test
091f532e
HL
1116 PROGRAMS{noinst}=quic_fc_test quic_stream_test quic_cfq_test quic_txpim_test
1117 PROGRAMS{noinst}=quic_fifd_test quic_txp_test quic_tserver_test
ed835673 1118 PROGRAMS{noinst}=quic_client_test quic_cc_test quic_multistream_test
e44795bd
TM
1119 ENDIF
1120
b633cf87 1121 SOURCE[quic_ackm_test]=quic_ackm_test.c cc_dummy.c
fa4e92a7
HL
1122 INCLUDE[quic_ackm_test]=../include ../apps/include
1123 DEPEND[quic_ackm_test]=../libcrypto.a ../libssl.a libtestutil.a
1124
ab11c165
HL
1125 SOURCE[quic_cc_test]=quic_cc_test.c
1126 INCLUDE[quic_cc_test]=../include ../apps/include
1127 DEPEND[quic_cc_test]=../libcrypto.a ../libssl.a libtestutil.a
1128
b67cb09f
TS
1129 SOURCE[cert_comp_test]=cert_comp_test.c helpers/ssltestlib.c
1130 INCLUDE[cert_comp_test]=../include ../apps/include ..
1131 DEPEND[cert_comp_test]=../libcrypto ../libssl libtestutil.a
1132
5cdad22f 1133{-
0483f586 1134 use File::Spec::Functions;
bffb1490 1135 use File::Basename;
8d2214c0 1136 use OpenSSL::Glob;
bffb1490 1137
bffb1490 1138 my @nogo_headers = ( "asn1_mac.h",
c7e10755 1139 "opensslconf.h",
bffb1490
RL
1140 "__decc_include_prologue.h",
1141 "__decc_include_epilogue.h" );
3830c194 1142 my @nogo_headers_re = ( qr/.*err\.h/ );
bffb1490
RL
1143 my @headerfiles = glob catfile($sourcedir,
1144 updir(), "include", "openssl", "*.h");
1145
1146 foreach my $headerfile (@headerfiles) {
1147 my $name = basename($headerfile, ".h");
1148 next if $disabled{$name};
1149 next if grep { $_ eq lc("$name.h") } @nogo_headers;
3830c194 1150 next if grep { lc("$name.h") =~ m/$_/i } @nogo_headers_re;
bffb1490
RL
1151 $OUT .= <<"_____";
1152
9f27d4bf
RL
1153 PROGRAMS{noinst}=buildtest_c_$name
1154 SOURCE[buildtest_c_$name]=buildtest_$name.c
bffb1490 1155 GENERATE[buildtest_$name.c]=generate_buildtest.pl $name
9f27d4bf
RL
1156 INCLUDE[buildtest_c_$name]=../include
1157 DEPEND[buildtest_c_$name]=../libssl ../libcrypto
1158_____
ac4033d6 1159 $OUT .= <<"_____" if $config{CXX} && !$disabled{"buildtest-c++"};
9f27d4bf
RL
1160
1161 PROGRAMS{noinst}=buildtest_cc_$name
1162 SOURCE[buildtest_cc_$name]=buildtest_$name.cc
1163 GENERATE[buildtest_$name.cc]=generate_buildtest.pl $name
1164 INCLUDE[buildtest_cc_$name]=../include
1165 DEPEND[buildtest_cc_$name]=../libssl ../libcrypto
bffb1490
RL
1166_____
1167 }
5cdad22f 1168-}