X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=test%2Fbuild.info;h=654ca99b3f7c01ca51b97551b9336e990160624d;hp=9f2f950aa4482b35106bc6ed0528b9a105398159;hb=850b55a98559e11444d407d136b3d1ec3e2e5dc3;hpb=2e21539b2b57df9926d165243efb60480f546ba7 diff --git a/test/build.info b/test/build.info index 9f2f950aa4..654ca99b3f 100644 --- a/test/build.info +++ b/test/build.info @@ -11,7 +11,7 @@ -} IF[{- !$disabled{tests} -}] PROGRAMS_NO_INST=\ - aborttest \ + aborttest test_test \ sanitytest exdatatest bntest \ ectest ecdsatest ecdhtest gmdifftest pbelutest ideatest \ md2test \ @@ -22,13 +22,14 @@ IF[{- !$disabled{tests} -}] randtest dhtest enginetest casttest \ bftest ssltest_old dsatest exptest rsa_test \ evp_test evp_extra_test igetest v3nametest v3ext \ - crltest danetest bad_dtls_test \ + crltest danetest bad_dtls_test lhash_test \ constant_time_test verify_extra_test clienthellotest \ 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 \ - pkey_meth_test uitest cipherbytes_test x509_time_test recordlentest + pkey_meth_test uitest cipherbytes_test asn1_encode_test \ + x509_time_test recordlentest SOURCE[aborttest]=aborttest.c INCLUDE[aborttest]=../include @@ -38,7 +39,11 @@ IF[{- !$disabled{tests} -}] INCLUDE[sanitytest]=../include DEPEND[sanitytest]=../libcrypto - SOURCE[exdatatest]=exdatatest.c + SOURCE[test_test]=test_test.c testutil.c test_main.c + INCLUDE[test_test]=.. ../include + DEPEND[test_test]=../libcrypto + + SOURCE[exdatatest]=exdatatest.c testutil.c test_main.c INCLUDE[exdatatest]=../include DEPEND[exdatatest]=../libcrypto @@ -70,7 +75,7 @@ IF[{- !$disabled{tests} -}] INCLUDE[ideatest]=../include DEPEND[ideatest]=../libcrypto - SOURCE[md2test]=md2test.c + SOURCE[md2test]=md2test.c testutil.c test_main.c INCLUDE[md2test]=../include DEPEND[md2test]=../libcrypto @@ -78,7 +83,7 @@ IF[{- !$disabled{tests} -}] INCLUDE[hmactest]=../include DEPEND[hmactest]=../libcrypto - SOURCE[rc2test]=rc2test.c + SOURCE[rc2test]=rc2test.c testutil.c test_main.c INCLUDE[rc2test]=../include DEPEND[rc2test]=../libcrypto @@ -94,19 +99,19 @@ IF[{- !$disabled{tests} -}] INCLUDE[destest]=../include DEPEND[destest]=../libcrypto - SOURCE[sha1test]=sha1test.c + SOURCE[sha1test]=sha1test.c testutil.c test_main.c INCLUDE[sha1test]=../include DEPEND[sha1test]=../libcrypto - SOURCE[sha256t]=sha256t.c + SOURCE[sha256t]=sha256t.c testutil.c test_main.c INCLUDE[sha256t]=../include DEPEND[sha256t]=../libcrypto - SOURCE[sha512t]=sha512t.c + SOURCE[sha512t]=sha512t.c testutil.c test_main.c INCLUDE[sha512t]=../include DEPEND[sha512t]=../libcrypto - SOURCE[mdc2test]=mdc2test.c + SOURCE[mdc2test]=mdc2test.c testutil.c test_main.c INCLUDE[mdc2test]=../include DEPEND[mdc2test]=../libcrypto @@ -186,7 +191,7 @@ IF[{- !$disabled{tests} -}] INCLUDE[clienthellotest]=../include DEPEND[clienthellotest]=../libcrypto ../libssl - SOURCE[bad_dtls_test]=bad_dtls_test.c + SOURCE[bad_dtls_test]=bad_dtls_test.c testutil.c test_main.c INCLUDE[bad_dtls_test]=../include DEPEND[bad_dtls_test]=../libcrypto ../libssl @@ -214,6 +219,10 @@ IF[{- !$disabled{tests} -}] 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 @@ -249,13 +258,13 @@ 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 DEPEND[x509aux]=../libcrypto - SOURCE[asynciotest]=asynciotest.c ssltestlib.c + SOURCE[asynciotest]=asynciotest.c ssltestlib.c testutil.c test_main_custom.c INCLUDE[asynciotest]=../include DEPEND[asynciotest]=../libcrypto ../libssl @@ -320,11 +329,15 @@ IF[{- !$disabled{tests} -}] INCLUDE[cipherbytes_test]=.. ../include DEPEND[cipherbytes_test]=../libcrypto ../libssl + SOURCE[asn1_encode_test]=asn1_encode_test.c testutil.c test_main.c + INCLUDE[asn1_encode_test]=../include + DEPEND[asn1_encode_test]=../libcrypto + # 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 forcebly linked with the static libraries, where all symbols + # 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.