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