summaryrefslogtreecommitdiffstats
path: root/test/build.info
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-09-08 10:01:24 +0100
committerMatt Caswell <matt@openssl.org>2016-09-13 09:41:21 +0100
commitd6c4cc293974e622b387458d2293e29f8f14fbbb (patch)
tree30b685a2149c549d9f64835e948500bdd36f573a /test/build.info
parent796a627e0a816ffbd79f53fa7d349e4edb624573 (diff)
Add tests for the WPACKET implementation
The tests will only work in no-shared builds because WPACKET is an internal only API that does not get exported by the shared library. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'test/build.info')
-rw-r--r--test/build.info7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/build.info b/test/build.info
index b8fc431a89..013a0c688f 100644
--- a/test/build.info
+++ b/test/build.info
@@ -274,6 +274,13 @@ IF[{- !$disabled{tests} -}]
SOURCE[bio_enc_test]=bio_enc_test.c
INCLUDE[bio_enc_test]=../include
DEPEND[bio_enc_test]=../libcrypto
+
+ IF[{- $disabled{shared} -}]
+ PROGRAMS_NO_INST=wpackettest
+ SOURCE[wpackettest]=wpackettest.c testutil.c
+ INCLUDE[wpackettest]=../include
+ DEPEND[wpackettest]=../libcrypto ../libssl
+ ENDIF
ENDIF
{-