]> git.ipfire.org Git - thirdparty/openssl.git/blame - test/build.info
rc4: fix preprocessor indentation
[thirdparty/openssl.git] / test / build.info
CommitLineData
9654924f 1SUBDIRS=ossl_shim
989b2ad7 2
2ad75c6c 3# TODO: use ../apps/libapps.a instead of direct ../apps/lib source.
989b2ad7 4# This can't currently be done, because some of its units drag in too many
2ad75c6c
RL
5# unresolved references that don't apply here.
6# Most of all, ../apps/lib/apps.c needs to be divided in smaller pieces to
7# be useful here.
989b2ad7 8#
79c44b4e 9# Auxiliary program source (copied from ../apps/build.info)
989b2ad7
RL
10IF[{- $config{target} =~ /^(?:VC-|mingw)/ -}]
11 # It's called 'init', but doesn't have much 'init' in it...
2ad75c6c 12 $AUXLIBAPPSSRC=../apps/lib/win32_init.c
989b2ad7
RL
13ENDIF
14IF[{- $config{target} =~ /^vms-/ -}]
2ad75c6c 15 $AUXLIBAPPSSRC=../apps/lib/vms_term_sock.c ../apps/lib/vms_decc_argv.c
989b2ad7 16ENDIF
e79ae962 17$LIBAPPSSRC=../apps/lib/opt.c $AUXLIBAPPSSRC
989b2ad7 18
d90a6beb 19IF[{- !$disabled{tests} -}]
77550dbf 20 LIBS{noinst,has_main}=libtestutil.a
603ddbdb 21 SOURCE[libtestutil.a]=testutil/basic_output.c testutil/output_helpers.c \
ae269dd8 22 testutil/driver.c testutil/tests.c testutil/cb.c testutil/stanza.c \
a69de3f2 23 testutil/format_output.c testutil/tap_bio.c \
e74b5dcf 24 testutil/test_cleanup.c testutil/main.c testutil/testutil_init.c \
ce506d27 25 testutil/options.c testutil/test_options.c \
e9a5932d 26 testutil/apps_mem.c testutil/random.c $LIBAPPSSRC
5674466e 27 INCLUDE[libtestutil.a]=../include ../apps/include ..
4db40c94
RL
28 DEPEND[libtestutil.a]=../libcrypto
29
ac6bba6f 30 PROGRAMS{noinst}=\
5aaba376 31 confdump \
efe749c8 32 versions \
2fae041d 33 aborttest test_test \
da5fac72 34 sanitytest rsa_complex exdatatest bntest \
2556aec5 35 ectest ecstresstest ecdsatest gmdifftest pbelutest ideatest \
a2121e14 36 hmactest \
c5055adf 37 rc2test rc4test rc5test \
a0a760cc 38 destest mdc2test \
0ae5d4d6 39 dhtest enginetest \
03047e7b 40 ssltest_old dsatest dsa_no_digest_size_test exptest rsa_test \
6ae5543c 41 evp_pkey_provided_test evp_test evp_extra_test evp_fetch_prov_test \
c72fa255 42 v3nametest v3ext \
a40f0f64 43 crltest danetest bad_dtls_test lhash_test sparse_array_test \
9830e7ea 44 conf_include_test params_api_test params_conversion_test \
d90a6beb 45 constant_time_test verify_extra_test clienthellotest \
98374961 46 packettest asynctest secmemtest srptest memleaktest stack_test \
d90a6beb 47 dtlsv1listentest ct_test threadstest afalgtest d2i_test \
f8f686ec 48 ssl_test_ctx_test ssl_test x509aux cipherlist_test asynciotest \
3c93fbac 49 bio_callback_test bio_memleak_test param_build_test \
52fe14e6 50 bioprinttest sslapitest dtlstest sslcorrupttest bio_enc_test \
5a285add
DM
51 pkey_meth_test pkey_meth_kdf_test evp_kdf_test uitest \
52 cipherbytes_test \
c2278c8b 53 asn1_encode_test asn1_decode_test asn1_string_table_test \
12fb8c3d 54 x509_time_test x509_dup_cert_test x509_check_cert_pkey_test \
a58eb06d 55 recordlentest drbgtest sslbuffertest \
e613b1ef 56 recordlentest drbgtest drbg_cavs_test sslbuffertest \
190b9a03 57 time_offset_test pemtest ssl_cert_table_internal_test ciphername_test \
8a5ed9dc 58 servername_test ocspapitest rsa_mp_test fatalerrtest tls13ccstest \
132b5fac 59 sysdefaulttest errtest ssl_ctx_test gosttest \
5a02d13d
RL
60 context_internal_test aesgcmtest params_test evp_pkey_dparams_test \
61 keymgmt_internal_test
d90a6beb 62
5aaba376
RL
63 SOURCE[confdump]=confdump.c
64 INCLUDE[confdump]=../include ../apps/include
65 DEPEND[confdump]=../libcrypto
66
efe749c8 67 SOURCE[versions]=versions.c
5674466e 68 INCLUDE[versions]=../include ../apps/include
efe749c8
RL
69 DEPEND[versions]=../libcrypto
70
d90a6beb 71 SOURCE[aborttest]=aborttest.c
5674466e 72 INCLUDE[aborttest]=../include ../apps/include
d90a6beb
MC
73 DEPEND[aborttest]=../libcrypto
74
a9c6d221 75 SOURCE[sanitytest]=sanitytest.c
5674466e 76 INCLUDE[sanitytest]=../include ../apps/include
a9c6d221 77 DEPEND[sanitytest]=../libcrypto libtestutil.a
d90a6beb 78
da5fac72 79 SOURCE[rsa_complex]=rsa_complex.c
5674466e 80 INCLUDE[rsa_complex]=../include ../apps/include
da5fac72 81
a9c6d221 82 SOURCE[test_test]=test_test.c
5674466e 83 INCLUDE[test_test]=../include ../apps/include
a9c6d221 84 DEPEND[test_test]=../libcrypto libtestutil.a
2fae041d 85
a9c6d221 86 SOURCE[exdatatest]=exdatatest.c
5674466e 87 INCLUDE[exdatatest]=../include ../apps/include
a9c6d221 88 DEPEND[exdatatest]=../libcrypto libtestutil.a
629192c1 89
a9c6d221 90 SOURCE[bntest]=bntest.c
5674466e 91 INCLUDE[bntest]=../include ../apps/include
a9c6d221 92 DEPEND[bntest]=../libcrypto libtestutil.a
d90a6beb
MC
93
94 SOURCE[ectest]=ectest.c
5674466e 95 INCLUDE[ectest]=../include ../apps/include
2db85ac9 96 DEPEND[ectest]=../libcrypto libtestutil.a
d90a6beb 97
2556aec5 98 SOURCE[ecstresstest]=ecstresstest.c
5674466e 99 INCLUDE[ecstresstest]=../include ../apps/include
2556aec5
RS
100 DEPEND[ecstresstest]=../libcrypto libtestutil.a
101
a9c6d221 102 SOURCE[ecdsatest]=ecdsatest.c
5674466e 103 INCLUDE[ecdsatest]=../include ../apps/include
a9c6d221 104 DEPEND[ecdsatest]=../libcrypto libtestutil.a
d90a6beb 105
a9c6d221 106 SOURCE[gmdifftest]=gmdifftest.c
5674466e 107 INCLUDE[gmdifftest]=../include ../apps/include
a9c6d221 108 DEPEND[gmdifftest]=../libcrypto libtestutil.a
d90a6beb 109
a9c6d221 110 SOURCE[pbelutest]=pbelutest.c
5674466e 111 INCLUDE[pbelutest]=../include ../apps/include
a9c6d221 112 DEPEND[pbelutest]=../libcrypto libtestutil.a
d90a6beb 113
a9c6d221 114 SOURCE[ideatest]=ideatest.c
5674466e 115 INCLUDE[ideatest]=../include ../apps/include
a9c6d221 116 DEPEND[ideatest]=../libcrypto libtestutil.a
d90a6beb 117
a9c6d221 118 SOURCE[hmactest]=hmactest.c
5674466e 119 INCLUDE[hmactest]=../include ../apps/include
a9c6d221 120 DEPEND[hmactest]=../libcrypto libtestutil.a
d90a6beb 121
a9c6d221 122 SOURCE[rc4test]=rc4test.c
5674466e 123 INCLUDE[rc4test]=../include ../apps/include
a9c6d221 124 DEPEND[rc4test]=../libcrypto libtestutil.a
d90a6beb 125
a9c6d221 126 SOURCE[rc5test]=rc5test.c
5674466e 127 INCLUDE[rc5test]=../include ../apps/include
a9c6d221 128 DEPEND[rc5test]=../libcrypto libtestutil.a
d90a6beb 129
a9c6d221 130 SOURCE[destest]=destest.c
5674466e 131 INCLUDE[destest]=../include ../apps/include
a9c6d221 132 DEPEND[destest]=../libcrypto libtestutil.a
d90a6beb 133
a9c6d221 134 SOURCE[mdc2test]=mdc2test.c
5674466e 135 INCLUDE[mdc2test]=../include ../apps/include
a9c6d221 136 DEPEND[mdc2test]=../libcrypto libtestutil.a
d90a6beb 137
a9c6d221 138 SOURCE[dhtest]=dhtest.c
5674466e 139 INCLUDE[dhtest]=../include ../apps/include
a9c6d221 140 DEPEND[dhtest]=../libcrypto libtestutil.a
777a2882 141
a9c6d221 142 SOURCE[enginetest]=enginetest.c
5674466e 143 INCLUDE[enginetest]=../include ../apps/include
a9c6d221 144 DEPEND[enginetest]=../libcrypto libtestutil.a
777a2882 145
d90a6beb 146 SOURCE[ssltest_old]=ssltest_old.c
5674466e 147 INCLUDE[ssltest_old]=.. ../include ../apps/include
d90a6beb 148 DEPEND[ssltest_old]=../libcrypto ../libssl
777a2882 149
a9c6d221 150 SOURCE[dsatest]=dsatest.c
5674466e 151 INCLUDE[dsatest]=../include ../apps/include
a9c6d221 152 DEPEND[dsatest]=../libcrypto libtestutil.a
777a2882 153
cb809437 154 SOURCE[dsa_no_digest_size_test]=dsa_no_digest_size_test.c
5674466e 155 INCLUDE[dsa_no_digest_size_test]=../include ../apps/include
cb809437
BD
156 DEPEND[dsa_no_digest_size_test]=../libcrypto libtestutil.a
157
d90a6beb 158 SOURCE[exptest]=exptest.c
5674466e 159 INCLUDE[exptest]=../include ../apps/include
58e754fc 160 DEPEND[exptest]=../libcrypto libtestutil.a
777a2882 161
a9c6d221 162 SOURCE[rsa_test]=rsa_test.c
5674466e 163 INCLUDE[rsa_test]=../include ../apps/include
a9c6d221 164 DEPEND[rsa_test]=../libcrypto libtestutil.a
777a2882 165
665d899f 166 SOURCE[rsa_mp_test]=rsa_mp_test.c
5674466e 167 INCLUDE[rsa_mp_test]=../include ../apps/include
c3a4fa4c 168 DEPEND[rsa_mp_test]=../libcrypto.a libtestutil.a
665d899f 169
97652f0b 170 SOURCE[fatalerrtest]=fatalerrtest.c ssltestlib.c
5674466e 171 INCLUDE[fatalerrtest]=../include ../apps/include
97652f0b 172 DEPEND[fatalerrtest]=../libcrypto ../libssl libtestutil.a
0ca3aea7
MC
173
174 SOURCE[tls13ccstest]=tls13ccstest.c ssltestlib.c
5674466e 175 INCLUDE[tls13ccstest]=../include ../apps/include
0ca3aea7 176 DEPEND[tls13ccstest]=../libcrypto ../libssl libtestutil.a
97652f0b 177
d90a6beb 178 SOURCE[evp_test]=evp_test.c
5674466e 179 INCLUDE[evp_test]=../include ../apps/include
6c5943c9 180 DEPEND[evp_test]=../libcrypto libtestutil.a
d5e5e2ff
SL
181 IF[{- $disabled{legacy} || !$target{dso_scheme} -}]
182 DEFINE[evp_test]=NO_LEGACY_MODULE
183 ENDIF
777a2882 184
a9c6d221 185 SOURCE[evp_extra_test]=evp_extra_test.c
5674466e 186 INCLUDE[evp_extra_test]=../include ../apps/include ../crypto/include
a9c6d221 187 DEPEND[evp_extra_test]=../libcrypto libtestutil.a
7bb82f92
SL
188
189 SOURCE[evp_fetch_prov_test]=evp_fetch_prov_test.c
190 INCLUDE[evp_fetch_prov_test]=../include ../apps/include ../crypto/include
191 DEPEND[evp_fetch_prov_test]=../libcrypto libtestutil.a
1576dfe0
MC
192 IF[{- $disabled{fips} || !$target{dso_scheme} -}]
193 DEFINE[evp_extra_test]=NO_FIPS_MODULE
194 ENDIF
777a2882 195
6ae5543c
RL
196 SOURCE[evp_pkey_provided_test]=evp_pkey_provided_test.c
197 INCLUDE[evp_pkey_provided_test]=../include ../apps/include
198 DEPEND[evp_pkey_provided_test]=../libcrypto libtestutil.a
ab14d2af 199
c72fa255
MC
200 IF[{- !$disabled{"deprecated"}
201 || (defined $config{"api"} && $config{"api"} < 30000) -}]
0ae5d4d6
MC
202 PROGRAMS{noinst}=igetest bftest casttest
203
c72fa255
MC
204 SOURCE[igetest]=igetest.c
205 INCLUDE[igetest]=../include ../apps/include
206 DEPEND[igetest]=../libcrypto libtestutil.a
03047e7b
MC
207
208 SOURCE[bftest]=bftest.c
209 INCLUDE[bftest]=../include ../apps/include
210 DEPEND[bftest]=../libcrypto libtestutil.a
0ae5d4d6
MC
211
212 SOURCE[casttest]=casttest.c
213 INCLUDE[casttest]=../include ../apps/include
214 DEPEND[casttest]=../libcrypto libtestutil.a
c72fa255 215 ENDIF
777a2882 216
a9c6d221 217 SOURCE[v3nametest]=v3nametest.c
5674466e 218 INCLUDE[v3nametest]=../include ../apps/include
a9c6d221 219 DEPEND[v3nametest]=../libcrypto libtestutil.a
777a2882 220
a9c6d221 221 SOURCE[crltest]=crltest.c
5674466e 222 INCLUDE[crltest]=../include ../apps/include
a9c6d221 223 DEPEND[crltest]=../libcrypto libtestutil.a
2b406990 224
a9c6d221 225 SOURCE[v3ext]=v3ext.c
5674466e 226 INCLUDE[v3ext]=../include ../apps/include
a9c6d221 227 DEPEND[v3ext]=../libcrypto libtestutil.a
e417070c 228
d90a6beb 229 SOURCE[danetest]=danetest.c
5674466e 230 INCLUDE[danetest]=../include ../apps/include
1f9d203d 231 DEPEND[danetest]=../libcrypto ../libssl libtestutil.a
777a2882 232
a9c6d221 233 SOURCE[constant_time_test]=constant_time_test.c
5674466e 234 INCLUDE[constant_time_test]=../include ../apps/include
a9c6d221 235 DEPEND[constant_time_test]=../libcrypto libtestutil.a
777a2882 236
a9c6d221 237 SOURCE[verify_extra_test]=verify_extra_test.c
5674466e 238 INCLUDE[verify_extra_test]=../include ../apps/include
a9c6d221 239 DEPEND[verify_extra_test]=../libcrypto libtestutil.a
777a2882 240
a9c6d221 241 SOURCE[clienthellotest]=clienthellotest.c
5674466e 242 INCLUDE[clienthellotest]=../include ../apps/include
a9c6d221 243 DEPEND[clienthellotest]=../libcrypto ../libssl libtestutil.a
777a2882 244
a9c6d221 245 SOURCE[bad_dtls_test]=bad_dtls_test.c
5674466e 246 INCLUDE[bad_dtls_test]=../include ../apps/include
a9c6d221 247 DEPEND[bad_dtls_test]=../libcrypto ../libssl libtestutil.a
16938284 248
a9c6d221 249 SOURCE[packettest]=packettest.c
5674466e 250 INCLUDE[packettest]=../include ../apps/include
a9c6d221 251 DEPEND[packettest]=../libcrypto libtestutil.a
777a2882 252
d90a6beb 253 SOURCE[asynctest]=asynctest.c
5674466e 254 INCLUDE[asynctest]=../include ../apps/include
d90a6beb 255 DEPEND[asynctest]=../libcrypto
777a2882 256
a9c6d221 257 SOURCE[secmemtest]=secmemtest.c
5674466e 258 INCLUDE[secmemtest]=../include ../apps/include
a9c6d221 259 DEPEND[secmemtest]=../libcrypto libtestutil.a
777a2882 260
a9c6d221 261 SOURCE[srptest]=srptest.c
5674466e 262 INCLUDE[srptest]=../include ../apps/include
a9c6d221 263 DEPEND[srptest]=../libcrypto libtestutil.a
777a2882 264
a9c6d221 265 SOURCE[memleaktest]=memleaktest.c
5674466e 266 INCLUDE[memleaktest]=../include ../apps/include
a9c6d221 267 DEPEND[memleaktest]=../libcrypto libtestutil.a
04949088 268
a9c6d221 269 SOURCE[stack_test]=stack_test.c
5674466e 270 INCLUDE[stack_test]=../include ../apps/include
a9c6d221 271 DEPEND[stack_test]=../libcrypto libtestutil.a
98374961 272
a9c6d221 273 SOURCE[lhash_test]=lhash_test.c
5674466e 274 INCLUDE[lhash_test]=../include ../apps/include
a9c6d221 275 DEPEND[lhash_test]=../libcrypto libtestutil.a
508ee8f5 276
d90a6beb 277 SOURCE[dtlsv1listentest]=dtlsv1listentest.c
5674466e 278 INCLUDE[dtlsv1listentest]=../include ../apps/include
8ed9a266 279 DEPEND[dtlsv1listentest]=../libssl libtestutil.a
9666ffb3 280
a9c6d221 281 SOURCE[ct_test]=ct_test.c
5674466e 282 INCLUDE[ct_test]=../include ../apps/include
a9c6d221 283 DEPEND[ct_test]=../libcrypto libtestutil.a
71a04cfc 284
a9c6d221 285 SOURCE[threadstest]=threadstest.c
5674466e 286 INCLUDE[threadstest]=../include ../apps/include
a9c6d221 287 DEPEND[threadstest]=../libcrypto libtestutil.a
b37d6abf 288
a9c6d221 289 SOURCE[afalgtest]=afalgtest.c
5674466e 290 INCLUDE[afalgtest]=../include ../apps/include
a9c6d221 291 DEPEND[afalgtest]=../libcrypto libtestutil.a
d2458440 292
a9c6d221 293 SOURCE[d2i_test]=d2i_test.c
5674466e 294 INCLUDE[d2i_test]=../include ../apps/include
a9c6d221 295 DEPEND[d2i_test]=../libcrypto libtestutil.a
1400f013 296
a9c6d221 297 SOURCE[ssl_test_ctx_test]=ssl_test_ctx_test.c ssl_test_ctx.c
5674466e 298 INCLUDE[ssl_test_ctx_test]=../include ../apps/include
a9c6d221 299 DEPEND[ssl_test_ctx_test]=../libcrypto ../libssl libtestutil.a
453dfd8d 300
a9c6d221 301 SOURCE[ssl_test]=ssl_test.c ssl_test_ctx.c handshake_helper.c
5674466e 302 INCLUDE[ssl_test]=../include ../apps/include
a9c6d221 303 DEPEND[ssl_test]=../libcrypto ../libssl libtestutil.a
453dfd8d 304
a9c6d221 305 SOURCE[cipherlist_test]=cipherlist_test.c
5674466e 306 INCLUDE[cipherlist_test]=../include ../apps/include
a9c6d221 307 DEPEND[cipherlist_test]=../libcrypto ../libssl libtestutil.a
5a22cf96 308
0483f586 309 INCLUDE[ssl_test_ctx.o]=../include
9d75dce3 310 INCLUDE[handshake_helper.o]=.. ../include
43708c15 311 INCLUDE[ssltestlib.o]=.. ../include
7960dbec 312 INCLUDE[cmp_testlib.o]=.. ../include ../apps/include
fde2257f 313
a9c6d221 314 SOURCE[x509aux]=x509aux.c
5674466e 315 INCLUDE[x509aux]=../include ../apps/include
a9c6d221 316 DEPEND[x509aux]=../libcrypto libtestutil.a
d7295cd6 317
a9c6d221 318 SOURCE[asynciotest]=asynciotest.c ssltestlib.c
5674466e 319 INCLUDE[asynciotest]=../include ../apps/include
a9c6d221 320 DEPEND[asynciotest]=../libcrypto ../libssl libtestutil.a
f8f686ec 321
c911e5da 322 SOURCE[bio_callback_test]=bio_callback_test.c
5674466e 323 INCLUDE[bio_callback_test]=../include ../apps/include
c911e5da
BE
324 DEPEND[bio_callback_test]=../libcrypto libtestutil.a
325
c6048af2 326 SOURCE[bio_memleak_test]=bio_memleak_test.c
5674466e 327 INCLUDE[bio_memleak_test]=../include ../apps/include
c6048af2
CM
328 DEPEND[bio_memleak_test]=../libcrypto libtestutil.a
329
a9c6d221 330 SOURCE[bioprinttest]=bioprinttest.c
5674466e 331 INCLUDE[bioprinttest]=../include ../apps/include
a9c6d221 332 DEPEND[bioprinttest]=../libcrypto libtestutil.a
5cdad22f 333
7ffbd7ca
P
334 SOURCE[params_api_test]=params_api_test.c
335 INCLUDE[params_api_test]=../include ../apps/include
336 DEPEND[params_api_test]=../libcrypto libtestutil.a
337
9830e7ea
P
338 SOURCE[params_conversion_test]=params_conversion_test.c
339 INCLUDE[params_conversion_test]=../include ../apps/include
340 DEPEND[params_conversion_test]=../libcrypto libtestutil.a
341
3c93fbac
P
342 SOURCE[param_build_test]=param_build_test.c
343 INCLUDE[param_build_test]=../include ../apps/include
344 DEPEND[param_build_test]=../libcrypto.a libtestutil.a
345
a9c6d221 346 SOURCE[sslapitest]=sslapitest.c ssltestlib.c
5674466e 347 INCLUDE[sslapitest]=../include ../apps/include ..
a9c6d221 348 DEPEND[sslapitest]=../libcrypto ../libssl libtestutil.a
27da1343
BK
349
350 SOURCE[ocspapitest]=ocspapitest.c
5674466e 351 INCLUDE[ocspapitest]=../include ../apps/include
27da1343 352 DEPEND[ocspapitest]=../libcrypto libtestutil.a
6fc1748e 353
a9c6d221 354 SOURCE[dtlstest]=dtlstest.c ssltestlib.c
5674466e 355 INCLUDE[dtlstest]=../include ../apps/include
a9c6d221 356 DEPEND[dtlstest]=../libcrypto ../libssl libtestutil.a
e6ed2b91 357
a9c6d221 358 SOURCE[sslcorrupttest]=sslcorrupttest.c ssltestlib.c
5674466e 359 INCLUDE[sslcorrupttest]=../include ../apps/include
a9c6d221 360 DEPEND[sslcorrupttest]=../libcrypto ../libssl libtestutil.a
c5a56992 361
a9c6d221 362 SOURCE[bio_enc_test]=bio_enc_test.c
5674466e 363 INCLUDE[bio_enc_test]=../include ../apps/include
a9c6d221 364 DEPEND[bio_enc_test]=../libcrypto libtestutil.a
d6c4cc29 365
a9c6d221 366 SOURCE[pkey_meth_test]=pkey_meth_test.c
5674466e 367 INCLUDE[pkey_meth_test]=../include ../apps/include
a9c6d221 368 DEPEND[pkey_meth_test]=../libcrypto libtestutil.a
52fe14e6 369
6aa907a6 370 SOURCE[pkey_meth_kdf_test]=pkey_meth_kdf_test.c
5674466e 371 INCLUDE[pkey_meth_kdf_test]=../include ../apps/include
6aa907a6
JB
372 DEPEND[pkey_meth_kdf_test]=../libcrypto libtestutil.a
373
5a285add 374 SOURCE[evp_kdf_test]=evp_kdf_test.c
953315ae 375 INCLUDE[evp_kdf_test]=../include ../apps/include
5a285add
DM
376 DEPEND[evp_kdf_test]=../libcrypto libtestutil.a
377
6aa2e59e
SL
378 SOURCE[evp_pkey_dparams_test]=evp_pkey_dparams_test.c
379 INCLUDE[evp_pkey_dparams_test]=../include ../apps/include
380 DEPEND[evp_pkey_dparams_test]=../libcrypto libtestutil.a
381
a9c6d221 382 SOURCE[x509_time_test]=x509_time_test.c
5674466e 383 INCLUDE[x509_time_test]=../include ../apps/include
a9c6d221 384 DEPEND[x509_time_test]=../libcrypto libtestutil.a
80770da3 385
a9c6d221 386 SOURCE[recordlentest]=recordlentest.c ssltestlib.c
5674466e 387 INCLUDE[recordlentest]=../include ../apps/include
a9c6d221 388 DEPEND[recordlentest]=../libcrypto ../libssl libtestutil.a
c1074ce0 389
12fb8c3d 390 SOURCE[drbgtest]=drbgtest.c
57ca171a 391 INCLUDE[drbgtest]=../include ../apps/include ../crypto/include
1c615e4c 392 DEPEND[drbgtest]=../libcrypto.a libtestutil.a
12fb8c3d 393
8bf36651
SL
394 SOURCE[drbg_cavs_test]=drbg_cavs_test.c drbg_cavs_data_ctr.c \
395 drbg_cavs_data_hash.c drbg_cavs_data_hmac.c
df443918 396
57ca171a 397 INCLUDE[drbg_cavs_test]=../include ../apps/include . .. ../crypto/include
e613b1ef
PS
398 DEPEND[drbg_cavs_test]=../libcrypto libtestutil.a
399
a9c6d221 400 SOURCE[x509_dup_cert_test]=x509_dup_cert_test.c
5674466e 401 INCLUDE[x509_dup_cert_test]=../include ../apps/include
a9c6d221 402 DEPEND[x509_dup_cert_test]=../libcrypto libtestutil.a
c0452248 403
6d2523e0 404 SOURCE[x509_check_cert_pkey_test]=x509_check_cert_pkey_test.c
5674466e 405 INCLUDE[x509_check_cert_pkey_test]=../include ../apps/include
6d2523e0
PY
406 DEPEND[x509_check_cert_pkey_test]=../libcrypto libtestutil.a
407
fa3ed5b2 408 SOURCE[pemtest]=pemtest.c
5674466e 409 INCLUDE[pemtest]=../include ../apps/include
fa3ed5b2
BK
410 DEPEND[pemtest]=../libcrypto libtestutil.a
411
d72a0041 412 SOURCE[ssl_cert_table_internal_test]=ssl_cert_table_internal_test.c
5674466e 413 INCLUDE[ssl_cert_table_internal_test]=.. ../include ../apps/include
d72a0041
DSH
414 DEPEND[ssl_cert_table_internal_test]=../libcrypto libtestutil.a
415
bbb4ceb8 416 SOURCE[ciphername_test]=ciphername_test.c
5674466e 417 INCLUDE[ciphername_test]=../include ../apps/include
bbb4ceb8
PY
418 DEPEND[ciphername_test]=../libcrypto ../libssl libtestutil.a
419
f01344cb 420 SOURCE[servername_test]=servername_test.c ssltestlib.c
5674466e 421 INCLUDE[servername_test]=../include ../apps/include
190b9a03
PY
422 DEPEND[servername_test]=../libcrypto ../libssl libtestutil.a
423
a01b9cd5 424 IF[{- !$disabled{cms} -}]
ac6bba6f 425 PROGRAMS{noinst}=cmsapitest
a01b9cd5 426 SOURCE[cmsapitest]=cmsapitest.c
5674466e 427 INCLUDE[cmsapitest]=../include ../apps/include
a01b9cd5
MC
428 DEPEND[cmsapitest]=../libcrypto libtestutil.a
429 ENDIF
e15e92db 430
02e22dd4 431 IF[{- !$disabled{psk} -}]
ac6bba6f 432 PROGRAMS{noinst}=dtls_mtu_test
02e22dd4 433 SOURCE[dtls_mtu_test]=dtls_mtu_test.c ssltestlib.c
5674466e 434 INCLUDE[dtls_mtu_test]=.. ../include ../apps/include
8ed9a266 435 DEPEND[dtls_mtu_test]=../libcrypto ../libssl libtestutil.a
02e22dd4
DW
436 ENDIF
437
9c89c846 438 IF[{- !$disabled{shared} -}]
ac6bba6f 439 PROGRAMS{noinst}=shlibloadtest
b987d748 440 SOURCE[shlibloadtest]=shlibloadtest.c
5674466e 441 INCLUDE[shlibloadtest]=../include ../apps/include ../crypto/include
b987d748
MC
442 ENDIF
443
b7f491cb
RL
444 # cipher_overhead_test uses internal symbols, so it must be linked with
445 # the static libraries
446 PROGRAMS{noinst}=cipher_overhead_test
447 SOURCE[cipher_overhead_test]=cipher_overhead_test.c
448 INCLUDE[cipher_overhead_test]=.. ../include ../apps/include
449 DEPEND[cipher_overhead_test]=../libcrypto.a ../libssl.a libtestutil.a
aeac2183 450
2ad75c6c 451 SOURCE[uitest]=uitest.c ../apps/lib/apps_ui.c
5674466e 452 INCLUDE[uitest]=.. ../include ../apps/include
a43ce58f 453 DEPEND[uitest]=../libcrypto ../libssl libtestutil.a
66ed24b1 454
a9c6d221 455 SOURCE[cipherbytes_test]=cipherbytes_test.c
5674466e 456 INCLUDE[cipherbytes_test]=../include ../apps/include
a9c6d221 457 DEPEND[cipherbytes_test]=../libcrypto ../libssl libtestutil.a
6e3dac19 458
a9c6d221 459 SOURCE[asn1_encode_test]=asn1_encode_test.c
5674466e 460 INCLUDE[asn1_encode_test]=../include ../apps/include
a9c6d221 461 DEPEND[asn1_encode_test]=../libcrypto libtestutil.a
37332ecc 462
c2278c8b 463 SOURCE[asn1_decode_test]=asn1_decode_test.c
5674466e 464 INCLUDE[asn1_decode_test]=../include ../apps/include
c2278c8b
RL
465 DEPEND[asn1_decode_test]=../libcrypto libtestutil.a
466
7b608d08 467 SOURCE[asn1_string_table_test]=asn1_string_table_test.c
5674466e 468 INCLUDE[asn1_string_table_test]=../include ../apps/include
7b608d08
PY
469 DEPEND[asn1_string_table_test]=../libcrypto libtestutil.a
470
20ee2bf1 471 SOURCE[time_offset_test]=time_offset_test.c
5674466e 472 INCLUDE[time_offset_test]=../include ../apps/include
20ee2bf1
TS
473 DEPEND[time_offset_test]=../libcrypto libtestutil.a
474
b524b808 475 SOURCE[conf_include_test]=conf_include_test.c
5674466e 476 INCLUDE[conf_include_test]=../include ../apps/include
b524b808
TM
477 DEPEND[conf_include_test]=../libcrypto libtestutil.a
478
7960dbec 479 IF[{- !$disabled{cmp} -}]
3dbc5156
DDO
480 PROGRAMS{noinst}=cmp_asn_test cmp_ctx_test cmp_status_test cmp_hdr_test \
481 cmp_protect_test cmp_msg_test
7960dbec
DDO
482 ENDIF
483
484 SOURCE[cmp_asn_test]=cmp_asn_test.c cmp_testlib.c
485 INCLUDE[cmp_asn_test]=.. ../include ../apps/include
486 DEPEND[cmp_asn_test]=../libcrypto.a libtestutil.a
487
488 SOURCE[cmp_ctx_test]=cmp_ctx_test.c cmp_testlib.c
489 INCLUDE[cmp_ctx_test]=.. ../include ../apps/include
490 DEPEND[cmp_ctx_test]=../libcrypto.a libtestutil.a
491
4dde554c
DDO
492 SOURCE[cmp_hdr_test]=cmp_hdr_test.c cmp_testlib.c
493 INCLUDE[cmp_hdr_test]=.. ../include ../apps/include
494 DEPEND[cmp_hdr_test]=../libcrypto.a libtestutil.a
495
496 SOURCE[cmp_status_test]=cmp_status_test.c cmp_testlib.c
497 INCLUDE[cmp_status_test]=.. ../include ../apps/include
498 DEPEND[cmp_status_test]=../libcrypto.a libtestutil.a
499
6960cf64 500 SOURCE[cmp_protect_test]=cmp_protect_test.c cmp_testlib.c
3dbc5156
DDO
501 INCLUDE[cmp_protect_test]=.. ../include ../apps/include
502 DEPEND[cmp_protect_test]=../libcrypto.a libtestutil.a
503
6960cf64 504 SOURCE[cmp_msg_test]=cmp_msg_test.c cmp_testlib.c
3dbc5156
DDO
505 INCLUDE[cmp_msg_test]=.. ../include ../apps/include
506 DEPEND[cmp_msg_test]=../libcrypto.a libtestutil.a
507
b5b7c61f 508 # Internal test programs. These are essentially a collection of internal
cf551a51
RL
509 # test routines. Some of them need to reach internal symbols that aren't
510 # available through the shared library (at least on Linux, Solaris, Windows
511 # and VMS, where the exported symbols are those listed in util/*.num), these
69687aa8 512 # programs are forcibly linked with the static libraries, where all symbols
b3023ced
RL
513 # are always available.
514 IF[1]
ac6bba6f 515 PROGRAMS{noinst}=asn1_internal_test modes_internal_test x509_internal_test \
082193ef 516 tls13encryptiontest wpackettest ctype_internal_test \
8240d5fa 517 rdrand_sanitytest property_test \
54846b7c
DM
518 rsa_sp800_56b_test bn_internal_test \
519 asn1_dsa_internal_test
8240d5fa 520
cf551a51 521 IF[{- !$disabled{poly1305} -}]
ac6bba6f 522 PROGRAMS{noinst}=poly1305_internal_test
cf551a51 523 ENDIF
ee6d9dfb 524 IF[{- !$disabled{chacha} -}]
ac6bba6f 525 PROGRAMS{noinst}=chacha_internal_test
ee6d9dfb 526 ENDIF
3f5616d7 527 IF[{- !$disabled{siphash} -}]
ac6bba6f 528 PROGRAMS{noinst}=siphash_internal_test
3f5616d7 529 ENDIF
e425f90f 530 IF[{- !$disabled{sm2} -}]
ac6bba6f 531 PROGRAMS{noinst}=sm2_internal_test
e425f90f 532 ENDIF
f19a5ff9 533 IF[{- !$disabled{sm4} -}]
ac6bba6f 534 PROGRAMS{noinst}=sm4_internal_test
f19a5ff9 535 ENDIF
c7a47adc 536 IF[{- !$disabled{ec} -}]
8f58ede0 537 PROGRAMS{noinst}=ec_internal_test curve448_internal_test
c7a47adc 538 ENDIF
cf551a51 539
a9c6d221 540 SOURCE[poly1305_internal_test]=poly1305_internal_test.c
5674466e 541 INCLUDE[poly1305_internal_test]=.. ../include ../apps/include ../crypto/include
a9c6d221 542 DEPEND[poly1305_internal_test]=../libcrypto.a libtestutil.a
cf551a51 543
a9c6d221 544 SOURCE[chacha_internal_test]=chacha_internal_test.c
5674466e 545 INCLUDE[chacha_internal_test]=.. ../include ../apps/include ../crypto/include
a9c6d221 546 DEPEND[chacha_internal_test]=../libcrypto.a libtestutil.a
ee6d9dfb 547
a9c6d221 548 SOURCE[asn1_internal_test]=asn1_internal_test.c
5674466e 549 INCLUDE[asn1_internal_test]=.. ../include ../apps/include ../crypto/include
a9c6d221 550 DEPEND[asn1_internal_test]=../libcrypto.a libtestutil.a
cf551a51 551
a9c6d221 552 SOURCE[modes_internal_test]=modes_internal_test.c
459b15d4 553 INCLUDE[modes_internal_test]=.. ../include ../apps/include ../crypto/include
a9c6d221 554 DEPEND[modes_internal_test]=../libcrypto.a libtestutil.a
cf551a51 555
a9c6d221 556 SOURCE[x509_internal_test]=x509_internal_test.c
5674466e 557 INCLUDE[x509_internal_test]=.. ../include ../apps/include
a9c6d221 558 DEPEND[x509_internal_test]=../libcrypto.a libtestutil.a
f01675c6 559
a9c6d221 560 SOURCE[tls13encryptiontest]=tls13encryptiontest.c
5674466e 561 INCLUDE[tls13encryptiontest]=.. ../include ../apps/include
a9c6d221 562 DEPEND[tls13encryptiontest]=../libcrypto ../libssl.a libtestutil.a
e463cb39 563
a9c6d221 564 SOURCE[wpackettest]=wpackettest.c
5674466e 565 INCLUDE[wpackettest]=../include ../apps/include
a9c6d221 566 DEPEND[wpackettest]=../libcrypto ../libssl.a libtestutil.a
3f5616d7 567
1bdbdaff 568 SOURCE[property_test]=property_test.c
1aedc35f 569 INCLUDE[property_test]=.. ../include ../apps/include
1bdbdaff
P
570 DEPEND[property_test]=../libcrypto.a libtestutil.a
571
a1df06b3 572 SOURCE[ctype_internal_test]=ctype_internal_test.c
25f2138b 573 INCLUDE[ctype_internal_test]=.. ../include ../apps/include
a1df06b3
P
574 DEPEND[ctype_internal_test]=../libcrypto.a libtestutil.a
575
a40f0f64 576 SOURCE[sparse_array_test]=sparse_array_test.c
5674466e 577 INCLUDE[sparse_array_test]=../crypto/include ../include ../apps/include
a40f0f64
P
578 DEPEND[sparse_array_test]=../libcrypto.a libtestutil.a
579
a9c6d221 580 SOURCE[siphash_internal_test]=siphash_internal_test.c
5674466e 581 INCLUDE[siphash_internal_test]=.. ../include ../apps/include ../crypto/include
a9c6d221 582 DEPEND[siphash_internal_test]=../libcrypto.a libtestutil.a
f19a5ff9 583
e14d6cf6 584 SOURCE[sm2_internal_test]=sm2_internal_test.c
5674466e 585 INCLUDE[sm2_internal_test]=../include ../apps/include ../crypto/include
e14d6cf6 586 DEPEND[sm2_internal_test]=../libcrypto.a libtestutil.a
e425f90f 587
f19a5ff9 588 SOURCE[sm4_internal_test]=sm4_internal_test.c
5674466e 589 INCLUDE[sm4_internal_test]=.. ../include ../apps/include ../crypto/include
f19a5ff9 590 DEPEND[sm4_internal_test]=../libcrypto.a libtestutil.a
8f58ede0 591
ee2993ab
P
592 SOURCE[rc2test]=rc2test.c
593 INCLUDE[rc2test]=../include ../apps/include
594 DEPEND[rc2test]=../libcrypto.a libtestutil.a
595
8f58ede0
BB
596 SOURCE[ec_internal_test]=ec_internal_test.c
597 INCLUDE[ec_internal_test]=../include ../crypto/ec ../apps/include ../crypto/include
598 DEPEND[ec_internal_test]=../libcrypto.a libtestutil.a
2c9def25
MC
599
600 SOURCE[curve448_internal_test]=curve448_internal_test.c
5674466e 601 INCLUDE[curve448_internal_test]=.. ../include ../apps/include ../crypto/ec/curve448
2c9def25 602 DEPEND[curve448_internal_test]=../libcrypto.a libtestutil.a
082193ef
BD
603
604 SOURCE[rdrand_sanitytest]=rdrand_sanitytest.c
5674466e 605 INCLUDE[rdrand_sanitytest]=../include ../apps/include
082193ef 606 DEPEND[rdrand_sanitytest]=../libcrypto.a libtestutil.a
8240d5fa
SL
607
608 SOURCE[rsa_sp800_56b_test]=rsa_sp800_56b_test.c
25f2138b 609 INCLUDE[rsa_sp800_56b_test]=.. ../include ../crypto/rsa ../apps/include
8240d5fa
SL
610 DEPEND[rsa_sp800_56b_test]=../libcrypto.a libtestutil.a
611
612 SOURCE[bn_internal_test]=bn_internal_test.c
25f2138b 613 INCLUDE[bn_internal_test]=.. ../include ../crypto/bn ../apps/include
8240d5fa 614 DEPEND[bn_internal_test]=../libcrypto.a libtestutil.a
54846b7c
DM
615
616 SOURCE[asn1_dsa_internal_test]=asn1_dsa_internal_test.c
617 INCLUDE[asn1_dsa_internal_test]=.. ../include ../apps/include ../crypto/include
618 DEPEND[asn1_dsa_internal_test]=../libcrypto.a libtestutil.a
5a02d13d
RL
619
620 SOURCE[keymgmt_internal_test]=keymgmt_internal_test.c
621 INCLUDE[keymgmt_internal_test]=.. ../include ../apps/include
622 DEPEND[keymgmt_internal_test]=../libcrypto.a libtestutil.a
2c166171 623
33ee9ae0
P
624 IF[{- !$disabled{mdc2} -}]
625 PROGRAMS{noinst}=mdc2_internal_test
626 ENDIF
97f1e971 627
33ee9ae0
P
628 SOURCE[mdc2_internal_test]=mdc2_internal_test.c
629 INCLUDE[mdc2_internal_test]=.. ../include ../apps/include
630 DEPEND[mdc2_internal_test]=../libcrypto.a libtestutil.a
631 ENDIF
134bfe56 632
ac6bba6f 633 PROGRAMS{noinst}=asn1_time_test
cf37aaa3 634 SOURCE[asn1_time_test]=asn1_time_test.c
5674466e 635 INCLUDE[asn1_time_test]=../include ../apps/include
cf37aaa3
TS
636 DEPEND[asn1_time_test]=../libcrypto libtestutil.a
637
134bfe56
MC
638 # We disable this test completely in a shared build because it deliberately
639 # redefines some internal libssl symbols. This doesn't work in a non-shared
640 # build
641 IF[{- !$disabled{shared} -}]
ac6bba6f 642 PROGRAMS{noinst}=tls13secretstest
a9c6d221 643 SOURCE[tls13secretstest]=tls13secretstest.c
0d345f0e 644 SOURCE[tls13secretstest]= ../ssl/tls13_enc.c ../crypto/packet.c
5674466e 645 INCLUDE[tls13secretstest]=.. ../include ../apps/include
a9c6d221 646 DEPEND[tls13secretstest]=../libcrypto ../libssl libtestutil.a
134bfe56 647 ENDIF
a58eb06d
TS
648
649 SOURCE[sslbuffertest]=sslbuffertest.c ssltestlib.c
5674466e 650 INCLUDE[sslbuffertest]=../include ../apps/include
a58eb06d 651 DEPEND[sslbuffertest]=../libcrypto ../libssl libtestutil.a
8a5ed9dc
TM
652
653 SOURCE[sysdefaulttest]=sysdefaulttest.c
5674466e 654 INCLUDE[sysdefaulttest]=../include ../apps/include
8a5ed9dc 655 DEPEND[sysdefaulttest]=../libcrypto ../libssl libtestutil.a
2de108df
DB
656
657 SOURCE[errtest]=errtest.c
5674466e 658 INCLUDE[errtest]=../include ../apps/include
2de108df 659 DEPEND[errtest]=../libcrypto libtestutil.a
1e839545
MC
660
661 SOURCE[gosttest]=gosttest.c ssltestlib.c
5674466e 662 INCLUDE[gosttest]=../include ../apps/include ..
1e839545 663 DEPEND[gosttest]=../libcrypto ../libssl libtestutil.a
d64b6299 664
bcf082d1
SL
665 SOURCE[aesgcmtest]=aesgcmtest.c
666 INCLUDE[aesgcmtest]=../include ../apps/include ..
667 DEPEND[aesgcmtest]=../libcrypto libtestutil.a
668
d64b6299
RL
669 PROGRAMS{noinst}=context_internal_test
670 SOURCE[context_internal_test]=context_internal_test.c
671 INCLUDE[context_internal_test]=.. ../include ../apps/include
672 DEPEND[context_internal_test]=../libcrypto.a libtestutil.a
021a6552
RL
673
674 PROGRAMS{noinst}=provider_internal_test
675 DEFINE[provider_internal_test]=PROVIDER_INIT_FUNCTION_NAME=p_test_init
676 SOURCE[provider_internal_test]=provider_internal_test.c p_test.c
677 INCLUDE[provider_internal_test]=../include ../apps/include
678 DEPEND[provider_internal_test]=../libcrypto.a libtestutil.a
679 PROGRAMS{noinst}=provider_test
680 DEFINE[provider_test]=PROVIDER_INIT_FUNCTION_NAME=p_test_init
681 SOURCE[provider_test]=provider_test.c p_test.c
682 INCLUDE[provider_test]=../include ../apps/include
683 DEPEND[provider_test]=../libcrypto.a libtestutil.a
34786bde 684 IF[{- !$disabled{module} -}]
021a6552
RL
685 MODULES{noinst}=p_test
686 SOURCE[p_test]=p_test.c
687 INCLUDE[p_test]=../include
688 IF[{- defined $target{shared_defflag} -}]
689 SOURCE[p_test]=p_test.ld
690 GENERATE[p_test.ld]=../util/providers.num
691 ENDIF
521b7cb3
RL
692 ENDIF
693 IF[{- $disabled{module} || !$target{dso_scheme} -}]
2a2bc6fc
RL
694 DEFINE[provider_test]=NO_PROVIDER_MODULE
695 DEFINE[provider_internal_test]=NO_PROVIDER_MODULE
021a6552 696 ENDIF
6d872a83
RL
697 DEPEND[]=provider_internal_test.conf
698 GENERATE[provider_internal_test.conf]=provider_internal_test.conf.in
9ad41d24
RL
699
700 PROGRAMS{noinst}=params_test
701 SOURCE[params_test]=params_test.c
702 INCLUDE[params_test]=.. ../include ../apps/include
703 DEPEND[params_test]=../libcrypto.a libtestutil.a
734a462e
RL
704
705 PROGRAMS{noinst}=namemap_internal_test
706 SOURCE[namemap_internal_test]=namemap_internal_test.c
707 INCLUDE[namemap_internal_test]=.. ../include ../apps/include
708 DEPEND[namemap_internal_test]=../libcrypto.a libtestutil.a
51a7c4b5
RL
709
710 PROGRAMS{noinst}=bio_prefix_text
711 SOURCE[bio_prefix_text]=bio_prefix_text.c $LIBAPPSSRC
712 INCLUDE[bio_prefix_text]=.. ../include ../apps/include
713 DEPEND[bio_prefix_text]=../libcrypto
5cdad22f
RL
714ENDIF
715
132b5fac 716 SOURCE[ssl_ctx_test]=ssl_ctx_test.c
2321c25d 717 INCLUDE[ssl_ctx_test]=../include ../apps/include
132b5fac
CH
718 DEPEND[ssl_ctx_test]=../libcrypto ../libssl libtestutil.a
719
5cdad22f 720{-
0483f586 721 use File::Spec::Functions;
bffb1490 722 use File::Basename;
8d2214c0 723 use OpenSSL::Glob;
bffb1490 724
bffb1490 725 my @nogo_headers = ( "asn1_mac.h",
c7e10755 726 "opensslconf.h",
bffb1490
RL
727 "__decc_include_prologue.h",
728 "__decc_include_epilogue.h" );
3830c194 729 my @nogo_headers_re = ( qr/.*err\.h/ );
bffb1490
RL
730 my @headerfiles = glob catfile($sourcedir,
731 updir(), "include", "openssl", "*.h");
732
733 foreach my $headerfile (@headerfiles) {
734 my $name = basename($headerfile, ".h");
735 next if $disabled{$name};
736 next if grep { $_ eq lc("$name.h") } @nogo_headers;
3830c194 737 next if grep { lc("$name.h") =~ m/$_/i } @nogo_headers_re;
bffb1490
RL
738 $OUT .= <<"_____";
739
9f27d4bf
RL
740 PROGRAMS{noinst}=buildtest_c_$name
741 SOURCE[buildtest_c_$name]=buildtest_$name.c
bffb1490 742 GENERATE[buildtest_$name.c]=generate_buildtest.pl $name
9f27d4bf
RL
743 INCLUDE[buildtest_c_$name]=../include
744 DEPEND[buildtest_c_$name]=../libssl ../libcrypto
745_____
ac4033d6 746 $OUT .= <<"_____" if $config{CXX} && !$disabled{"buildtest-c++"};
9f27d4bf
RL
747
748 PROGRAMS{noinst}=buildtest_cc_$name
749 SOURCE[buildtest_cc_$name]=buildtest_$name.cc
750 GENERATE[buildtest_$name.cc]=generate_buildtest.pl $name
751 INCLUDE[buildtest_cc_$name]=../include
752 DEPEND[buildtest_cc_$name]=../libssl ../libcrypto
bffb1490
RL
753_____
754 }
5cdad22f 755-}