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