Update test build/run for unified
authorRich Salz <rsalz@akamai.com>
Thu, 25 Feb 2016 21:48:36 +0000 (16:48 -0500)
committerRich Salz <rsalz@openssl.org>
Fri, 26 Feb 2016 02:48:09 +0000 (21:48 -0500)
Reviewed-by: Richard Levitte <levitte@openssl.org>
test/build.info

index 39b052f0f1e5f2576e814e422e9b36f05c46f1ac..f8ce69ea2e6338c3da5a4b2dd9073b334f683688 100644 (file)
@@ -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