X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=test%2Fbuild.info;h=3104b0ef121afae5d2787f507332b3af4f38f51d;hp=f51866a3f9186740c2e280634cb85a2edc8d4454;hb=37332ecc010276b899810aa3ac26885bd9dcb57c;hpb=c5a569927fb7bcfa34dde76dbc021d4f8a5c8fb1 diff --git a/test/build.info b/test/build.info index f51866a3f9..3104b0ef12 100644 --- a/test/build.info +++ b/test/build.info @@ -5,26 +5,31 @@ my ($base, $files) = @_; return join(" ", map { "$base/$_" } split(/\s+/, $files)); } + our $apps_extra = + $config{target} =~ /^vms-/ ? "../apps/vms_term_sock.c" : ""; + "" -} IF[{- !$disabled{tests} -}] PROGRAMS_NO_INST=\ - aborttest \ - sanitytest bntest \ + aborttest test_test \ + sanitytest exdatatest bntest \ ectest ecdsatest ecdhtest gmdifftest pbelutest ideatest \ - md2test md4test md5test \ - hmactest wp_test \ + md2test \ + hmactest \ rc2test rc4test rc5test \ destest sha1test sha256t sha512t \ - mdc2test rmdtest \ + mdc2test \ randtest dhtest enginetest casttest \ bftest ssltest_old dsatest exptest rsa_test \ evp_test evp_extra_test igetest v3nametest v3ext \ - danetest heartbeat_test p5_crpt2_test bad_dtls_test \ + crltest danetest bad_dtls_test lhash_test \ constant_time_test verify_extra_test clienthellotest \ - packettest asynctest secmemtest srptest memleaktest \ + packettest asynctest secmemtest srptest memleaktest stack_test \ dtlsv1listentest ct_test threadstest afalgtest d2i_test \ ssl_test_ctx_test ssl_test x509aux cipherlist_test asynciotest \ - bioprinttest sslapitest dtlstest sslcorrupttest bio_enc_test + bioprinttest sslapitest dtlstest sslcorrupttest bio_enc_test \ + pkey_meth_test uitest cipherbytes_test asn1_encode_test \ + x509_time_test recordlentest SOURCE[aborttest]=aborttest.c INCLUDE[aborttest]=../include @@ -34,12 +39,20 @@ IF[{- !$disabled{tests} -}] INCLUDE[sanitytest]=../include DEPEND[sanitytest]=../libcrypto - SOURCE[bntest]=bntest.c + SOURCE[test_test]=test_test.c testutil.c test_main.c + INCLUDE[test_test]=.. ../include + DEPEND[test_test]=../libcrypto + + SOURCE[exdatatest]=exdatatest.c + INCLUDE[exdatatest]=../include + DEPEND[exdatatest]=../libcrypto + + SOURCE[bntest]=bntest.c testutil.c test_main_custom.c INCLUDE[bntest]=.. ../crypto/include ../include DEPEND[bntest]=../libcrypto SOURCE[ectest]=ectest.c - INCLUDE[ectest]=../include + INCLUDE[ectest]=.. ../include DEPEND[ectest]=../libcrypto SOURCE[ecdsatest]=ecdsatest.c @@ -66,22 +79,10 @@ IF[{- !$disabled{tests} -}] INCLUDE[md2test]=../include DEPEND[md2test]=../libcrypto - SOURCE[md4test]=md4test.c - INCLUDE[md4test]=../include - DEPEND[md4test]=../libcrypto - - SOURCE[md5test]=md5test.c - INCLUDE[md5test]=../include - DEPEND[md5test]=../libcrypto - SOURCE[hmactest]=hmactest.c INCLUDE[hmactest]=../include DEPEND[hmactest]=../libcrypto - SOURCE[wp_test]=wp_test.c - INCLUDE[wp_test]=../include - DEPEND[wp_test]=../libcrypto - SOURCE[rc2test]=rc2test.c INCLUDE[rc2test]=../include DEPEND[rc2test]=../libcrypto @@ -114,10 +115,6 @@ IF[{- !$disabled{tests} -}] INCLUDE[mdc2test]=../include DEPEND[mdc2test]=../libcrypto - SOURCE[rmdtest]=rmdtest.c - INCLUDE[rmdtest]=../include - DEPEND[rmdtest]=../libcrypto - SOURCE[randtest]=randtest.c INCLUDE[randtest]=../include DEPEND[randtest]=../libcrypto @@ -170,6 +167,10 @@ IF[{- !$disabled{tests} -}] INCLUDE[v3nametest]=../include DEPEND[v3nametest]=../libcrypto + SOURCE[crltest]=crltest.c testutil.c test_main.c + INCLUDE[crltest]=../include + DEPEND[crltest]=../libcrypto + SOURCE[v3ext]=v3ext.c INCLUDE[v3ext]=../include DEPEND[v3ext]=../libcrypto @@ -178,14 +179,6 @@ IF[{- !$disabled{tests} -}] INCLUDE[danetest]=../include DEPEND[danetest]=../libcrypto ../libssl - SOURCE[heartbeat_test]=heartbeat_test.c testutil.c - INCLUDE[heartbeat_test]=.. ../include - DEPEND[heartbeat_test]=../libcrypto ../libssl - - SOURCE[p5_crpt2_test]=p5_crpt2_test.c - INCLUDE[p5_crpt2_test]=../include - DEPEND[p5_crpt2_test]=../libcrypto - SOURCE[constant_time_test]=constant_time_test.c INCLUDE[constant_time_test]=.. ../include DEPEND[constant_time_test]=../libcrypto @@ -194,7 +187,7 @@ IF[{- !$disabled{tests} -}] INCLUDE[verify_extra_test]=../include DEPEND[verify_extra_test]=../libcrypto - SOURCE[clienthellotest]=clienthellotest.c + SOURCE[clienthellotest]=clienthellotest.c testutil.c test_main_custom.c INCLUDE[clienthellotest]=../include DEPEND[clienthellotest]=../libcrypto ../libssl @@ -222,6 +215,14 @@ IF[{- !$disabled{tests} -}] INCLUDE[memleaktest]=../include DEPEND[memleaktest]=../libcrypto + SOURCE[stack_test]=stack_test.c testutil.c test_main.c + INCLUDE[stack_test]=.. ../include + DEPEND[stack_test]=../libcrypto + + SOURCE[lhash_test]=lhash_test.c testutil.c test_main.c + INCLUDE[lhash_test]=.. ../include + DEPEND[lhash_test]=../libcrypto + SOURCE[dtlsv1listentest]=dtlsv1listentest.c INCLUDE[dtlsv1listentest]=.. ../include DEPEND[dtlsv1listentest]=../libssl @@ -244,7 +245,7 @@ IF[{- !$disabled{tests} -}] SOURCE[ssl_test_ctx_test]=ssl_test_ctx_test.c ssl_test_ctx.c testutil.c test_main_custom.c INCLUDE[ssl_test_ctx_test]=.. ../include - DEPEND[ssl_test_ctx_test]=../libcrypto + DEPEND[ssl_test_ctx_test]=../libcrypto ../libssl SOURCE[ssl_test]=ssl_test.c ssl_test_ctx.c testutil.c handshake_helper.c test_main_custom.c INCLUDE[ssl_test]=.. ../include @@ -257,7 +258,7 @@ IF[{- !$disabled{tests} -}] INCLUDE[testutil.o]=.. INCLUDE[ssl_test_ctx.o]=../include INCLUDE[handshake_helper.o]=../include - INCLUDE[ssltestlib.o]=../include + INCLUDE[ssltestlib.o]=.. ../include SOURCE[x509aux]=x509aux.c INCLUDE[x509aux]=../include @@ -272,7 +273,7 @@ IF[{- !$disabled{tests} -}] DEPEND[bioprinttest]=../libcrypto SOURCE[sslapitest]=sslapitest.c ssltestlib.c testutil.c test_main_custom.c - INCLUDE[sslapitest]=../include + INCLUDE[sslapitest]=../include .. DEPEND[sslapitest]=../libcrypto ../libssl SOURCE[dtlstest]=dtlstest.c ssltestlib.c testutil.c test_main_custom.c @@ -287,6 +288,18 @@ IF[{- !$disabled{tests} -}] INCLUDE[bio_enc_test]=../include DEPEND[bio_enc_test]=../libcrypto + SOURCE[pkey_meth_test]=pkey_meth_test.c testutil.c test_main.c + INCLUDE[pkey_meth_test]=../include + DEPEND[pkey_meth_test]=../libcrypto + + SOURCE[x509_time_test]=x509_time_test.c testutil.c test_main.c + INCLUDE[x509_time_test]=.. ../include + DEPEND[x509_time_test]=../libcrypto + + SOURCE[recordlentest]=recordlentest.c ssltestlib.c testutil.c test_main_custom.c + INCLUDE[recordlentest]=../include . + DEPEND[recordlentest]=../libcrypto ../libssl + IF[{- !$disabled{psk} -}] PROGRAMS_NO_INST=dtls_mtu_test SOURCE[dtls_mtu_test]=dtls_mtu_test.c ssltestlib.c @@ -301,90 +314,82 @@ IF[{- !$disabled{tests} -}] ENDIF IF[{- $disabled{shared} -}] - PROGRAMS_NO_INST=wpackettest cipher_overhead_test - SOURCE[wpackettest]=wpackettest.c testutil.c test_main_custom.c - INCLUDE[wpackettest]=../include - DEPEND[wpackettest]=../libcrypto ../libssl - + PROGRAMS_NO_INST=cipher_overhead_test SOURCE[cipher_overhead_test]=cipher_overhead_test.c INCLUDE[cipher_overhead_test]=.. ../include DEPEND[cipher_overhead_test]=../libcrypto ../libssl ENDIF - # Internal test programs. These are essentially a collection of internal - # test routines. Because they sometimes need to reach internal symbols that - # aren't available through the shared library (at least on Linux, Solaris, - # Windows and VMS, where the exported symbols are those listed in util/*.num), - # these programs may be built on files directly picked from inside crypto/ - # or ssl/, to test using symbols that exist in those specific files. These - # programs will also be linked with libcrypto / libssl, so we don't pick - # out more specific files than necessary. - # This might mean we have multiply defined symbols, but since linking is - # ordered with object files first and libraries after, the symbols from the - # object files will be chosen before those in the libraries. This is handled - # properly by all linkers. - # Note that when building with static libraries, none of those extra files - # are needed, since all symbols are available anyway, regardless of what's - # listed in util/*.num. - PROGRAMS_NO_INST=asn1_internal_test modes_internal_test x509_internal_test - IF[{- !$disabled{mdc2} -}] - PROGRAMS_NO_INST=mdc2_internal_test - ENDIF - IF[{- !$disabled{poly1305} -}] - PROGRAMS_NO_INST=poly1305_internal_test - ENDIF + SOURCE[uitest]=uitest.c testutil.c test_main_custom.c \ + ../apps/apps.c ../apps/opt.c {- $apps_extra -} + INCLUDE[uitest]=.. ../include + DEPEND[uitest]=../libcrypto ../libssl - SOURCE[poly1305_internal_test]=poly1305_internal_test.c testutil.c test_main_custom.c - IF[{- !$disabled{shared} -}] - SOURCE[poly1305_internal_test]= ../crypto/poly1305/poly1305.c \ - {- rebase_files("../crypto/poly1305", $target{poly1305_asm_src}) -} \ - {- rebase_files("../crypto", $target{cpuid_asm_src}) -} \ - ../crypto/cryptlib.c - ENDIF - INCLUDE[poly1305_internal_test]=.. ../include ../crypto/include - DEPEND[poly1305_internal_test]=../libcrypto + SOURCE[cipherbytes_test]=cipherbytes_test.c + INCLUDE[cipherbytes_test]=.. ../include + DEPEND[cipherbytes_test]=../libcrypto ../libssl - SOURCE[asn1_internal_test]=asn1_internal_test.c testutil.c test_main.c - IF[{- !$disabled{shared} -}] - SOURCE[asn1_internal_test]= ../crypto/asn1/a_strnid.c \ - ../crypto/rsa/rsa_ameth.c ../crypto/dsa/dsa_ameth.c \ - ../crypto/dh/dh_ameth.c ../crypto/ec/ec_ameth.c \ - ../crypto/hmac/hm_ameth.c ../crypto/cmac/cm_ameth.c \ - ../crypto/ec/ecx_meth.c ../crypto/ec/curve25519.c - ENDIF - INCLUDE[asn1_internal_test]=.. ../include ../crypto/include - DEPEND[asn1_internal_test]=../libcrypto + SOURCE[asn1_encode_test]=asn1_encode_test.c testutil.c test_main.c + INCLUDE[asn1_encode_test]=../include + DEPEND[asn1_encode_test]=../libcrypto - SOURCE[modes_internal_test]=modes_internal_test.c testutil.c test_main_custom.c - IF[{- !$disabled{shared} -}] - SOURCE[modes_internal_test]= \ - {- rebase_files("../crypto", $target{cpuid_asm_src}); -} \ - ../crypto/cryptlib.c + # Internal test programs. These are essentially a collection of internal + # test routines. Some of them need to reach internal symbols that aren't + # available through the shared library (at least on Linux, Solaris, Windows + # and VMS, where the exported symbols are those listed in util/*.num), these + # programs are forcibly linked with the static libraries, where all symbols + # are always available. This excludes linking these programs natively on + # Windows when building shared libraries, since the static libraries share + # names with the DLL import libraries. + IF[{- $disabled{shared} || $target{build_scheme}->[1] ne 'windows' -}] + PROGRAMS_NO_INST=asn1_internal_test modes_internal_test x509_internal_test \ + tls13encryptiontest wpackettest + IF[{- !$disabled{poly1305} -}] + PROGRAMS_NO_INST=poly1305_internal_test + ENDIF + IF[{- !$disabled{chacha} -}] + PROGRAMS_NO_INST=chacha_internal_test + ENDIF + IF[{- !$disabled{siphash} -}] + PROGRAMS_NO_INST=siphash_internal_test + ENDIF + + SOURCE[poly1305_internal_test]=poly1305_internal_test.c testutil.c test_main_custom.c + INCLUDE[poly1305_internal_test]=.. ../include ../crypto/include + DEPEND[poly1305_internal_test]=../libcrypto.a + + SOURCE[chacha_internal_test]=chacha_internal_test.c + INCLUDE[chacha_internal_test]=.. ../include ../crypto/include + DEPEND[chacha_internal_test]=../libcrypto.a + + SOURCE[asn1_internal_test]=asn1_internal_test.c testutil.c test_main.c + INCLUDE[asn1_internal_test]=.. ../include ../crypto/include + DEPEND[asn1_internal_test]=../libcrypto.a + + SOURCE[modes_internal_test]=modes_internal_test.c testutil.c test_main_custom.c + INCLUDE[modes_internal_test]=.. ../include + DEPEND[modes_internal_test]=../libcrypto.a + + SOURCE[x509_internal_test]=x509_internal_test.c testutil.c test_main.c + INCLUDE[x509_internal_test]=.. ../include + DEPEND[x509_internal_test]=../libcrypto.a + + SOURCE[tls13encryptiontest]=tls13encryptiontest.c testutil.c test_main.c + INCLUDE[tls13encryptiontest]=.. ../include + DEPEND[tls13encryptiontest]=../libcrypto ../libssl.a + + SOURCE[wpackettest]=wpackettest.c testutil.c test_main_custom.c + INCLUDE[wpackettest]=../include + DEPEND[wpackettest]=../libcrypto ../libssl.a + + SOURCE[siphash_internal_test]=siphash_internal_test.c testutil.c test_main_custom.c + INCLUDE[siphash_internal_test]=.. ../include ../crypto/include + DEPEND[siphash_internal_test]=../libcrypto.a ENDIF - INCLUDE[modes_internal_test]=.. ../include - DEPEND[modes_internal_test]=../libcrypto - # The reason for the huge amount of directly included x509v3 files - # is that a table that is checked by x509_internal_test refers to - # structures that are spread all over those files. - SOURCE[x509_internal_test]=x509_internal_test.c testutil.c test_main.c - IF[{- !$disabled{shared} -}] - SOURCE[x509_internal_test]= ../crypto/x509v3/v3_bitst.c \ - ../crypto/x509v3/v3_ia5.c ../crypto/x509v3/v3_skey.c \ - ../crypto/x509v3/v3_pku.c ../crypto/x509v3/v3_alt.c \ - ../crypto/x509v3/v3_bcons.c ../crypto/x509v3/v3_int.c \ - ../crypto/x509v3/v3_cpols.c ../crypto/x509v3/v3_akey.c \ - ../crypto/x509v3/v3_crld.c ../crypto/x509v3/v3_utl.c \ - ../crypto/x509v3/v3_extku.c ../crypto/x509v3/v3_enum.c \ - ../crypto/x509v3/v3_sxnet.c ../crypto/x509v3/v3_info.c \ - ../crypto/x509v3/v3_addr.c ../crypto/x509v3/v3_asid.c \ - ../crypto/x509v3/v3_pcons.c ../crypto/x509v3/v3_pmaps.c \ - ../crypto/x509v3/v3_pci.c ../crypto/x509v3/v3_ncons.c \ - ../crypto/x509v3/v3_tlsf.c ../crypto/ocsp/v3_ocsp.c \ - ../crypto/ct/ct_x509v3.c ../crypto/asn1/a_strex.c + IF[{- !$disabled{mdc2} -}] + PROGRAMS_NO_INST=mdc2_internal_test ENDIF - INCLUDE[x509_internal_test]=.. ../include - DEPEND[x509_internal_test]=../libcrypto SOURCE[mdc2_internal_test]=mdc2_internal_test.c testutil.c test_main.c INCLUDE[mdc2_internal_test]=.. ../include @@ -395,7 +400,7 @@ IF[{- !$disabled{tests} -}] # build IF[{- !$disabled{shared} -}] PROGRAMS_NO_INST=tls13secretstest - SOURCE[tls13secretstest]=tls13secretstest.c testutil.c + SOURCE[tls13secretstest]=tls13secretstest.c testutil.c test_main.c SOURCE[tls13secretstest]= ../ssl/tls13_enc.c ../ssl/packet.c INCLUDE[tls13secretstest]=.. ../include DEPEND[tls13secretstest]=../libcrypto ../libssl