summaryrefslogtreecommitdiffstats
path: root/test/build.info
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-11-07 10:18:41 +0000
committerMatt Caswell <matt@openssl.org>2016-11-09 14:08:14 +0000
commit134bfe56c4fe9490ddcac070909252233ff82076 (patch)
tree361e91909b072471afc5e9b72f4fc53b4f5feba3 /test/build.info
parent34574f193bf9961256d5b8bdb6950dcc890e0336 (diff)
Add a test for the TLS1.3 secret generation
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'test/build.info')
-rw-r--r--test/build.info11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/build.info b/test/build.info
index 719ae44920..6ec03f7370 100644
--- a/test/build.info
+++ b/test/build.info
@@ -385,6 +385,17 @@ IF[{- !$disabled{tests} -}]
SOURCE[mdc2_internal_test]=mdc2_internal_test.c testutil.c
INCLUDE[mdc2_internal_test]=.. ../include
DEPEND[mdc2_internal_test]=../libcrypto
+
+ # We disable this test completely in a shared build because it deliberately
+ # redefines some internal libssl symbols. This doesn't work in a non-shared
+ # build
+ IF[{- !$disabled{shared} -}]
+ PROGRAMS_NO_INST=tls13secretstest
+ SOURCE[tls13secretstest]=tls13secretstest.c testutil.c
+ SOURCE[tls13secretstest]= ../ssl/tls13_enc.c ../ssl/packet.c
+ INCLUDE[tls13secretstest]=.. ../include
+ DEPEND[tls13secretstest]=../libcrypto ../libssl
+ ENDIF
ENDIF
{-