summaryrefslogtreecommitdiffstats
path: root/test/build.info
diff options
context:
space:
mode:
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
{-