summaryrefslogtreecommitdiffstats
path: root/test/build.info
diff options
context:
space:
mode:
Diffstat (limited to 'test/build.info')
-rw-r--r--test/build.info6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/build.info b/test/build.info
index 013a0c688f..b3a94599f2 100644
--- a/test/build.info
+++ b/test/build.info
@@ -276,10 +276,14 @@ IF[{- !$disabled{tests} -}]
DEPEND[bio_enc_test]=../libcrypto
IF[{- $disabled{shared} -}]
- PROGRAMS_NO_INST=wpackettest
+ PROGRAMS_NO_INST=wpackettest cipher_overhead_test
SOURCE[wpackettest]=wpackettest.c testutil.c
INCLUDE[wpackettest]=../include
DEPEND[wpackettest]=../libcrypto ../libssl
+
+ SOURCE[cipher_overhead_test]=cipher_overhead_test.c
+ INCLUDE[cipher_overhead_test]=.. ../include
+ DEPEND[cipher_overhead_test]=../libcrypto ../libssl
ENDIF
ENDIF