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