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