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