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