[openssl-commits] [openssl] master update

Rich Salz rsalz at openssl.org
Fri Feb 26 02:48:17 UTC 2016


The branch master has been updated
       via  9666ffb33321ea9a5ef166d3a297bb46e40e587e (commit)
      from  9cb177301fdab492e4cfef376b28339afe3ef663 (commit)


- Log -----------------------------------------------------------------
commit 9666ffb33321ea9a5ef166d3a297bb46e40e587e
Author: Rich Salz <rsalz at akamai.com>
Date:   Thu Feb 25 16:48:36 2016 -0500

    Update test build/run for unified
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 test/build.info | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/test/build.info b/test/build.info
index 39b052f..f8ce69e 100644
--- a/test/build.info
+++ b/test/build.info
@@ -13,7 +13,7 @@ PROGRAMS=\
         danetest heartbeat_test p5_crpt2_test \
         constant_time_test verify_extra_test clienthellotest \
         packettest asynctest secmemtest srptest memleaktest \
-        dtlsv1listentest
+        dtlsv1listentest ct_test
 
 SOURCE[nptest]=nptest.c
 INCLUDE[nptest]={- rel2abs(catdir($builddir,"../include")) -} ../include
@@ -202,3 +202,7 @@ DEPEND[memleaktest]=../libcrypto
 SOURCE[dtlsv1listentest]=dtlsv1listentest.c
 INCLUDE[dtlsv1listentest]={- rel2abs(catdir($builddir,"../include")) -} .. ../include
 DEPEND[dtlsv1listentest]=../libssl
+
+SOURCE[ct_test]=ct_test.c
+INCLUDE[ct_test]={- rel2abs(catdir($builddir,"../include")) -} ../include
+DEPEND[ct_test]=../libcrypto


More information about the openssl-commits mailing list