aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-02-06 05:45:32 +0100
committerRichard Levitte <levitte@openssl.org>2016-02-06 13:11:27 +0100
commit04949088bd15b531ff197f1abdd33dbbc6ac3da2 (patch)
treecaf4b259c9bfe2d140d4a7ad8dfbb0f45b692379 /test
parent7ee0ccec377f4f320654401af6e606f8634923c7 (diff)
downloadopenssl-04949088bd15b531ff197f1abdd33dbbc6ac3da2.tar.gz
Add build.info lines for dtlsv1listentest
Reviewed-by: Kurt Roeckx <kurt@openssl.org>
Diffstat (limited to 'test')
-rw-r--r--test/build.info9
1 files changed, 7 insertions, 2 deletions
diff --git a/test/build.info b/test/build.info
index 2cd3ff57c7..d277d2ed0b 100644
--- a/test/build.info
+++ b/test/build.info
@@ -12,7 +12,8 @@ PROGRAMS=\
evp_test evp_extra_test igetest jpaketest v3nametest \
danetest heartbeat_test p5_crpt2_test \
constant_time_test verify_extra_test clienthellotest \
- packettest asynctest secmemtest srptest memleaktest
+ packettest asynctest secmemtest srptest memleaktest \
+ dtlsv1listentest
SOURCE[nptest]=nptest.c
INCLUDE[nptest]={- catdir(abs2rel($builddir,$sourcedir),"../include") -} ../include
@@ -162,7 +163,7 @@ SOURCE[danetest]=danetest.c
INCLUDE[danetest]={- catdir(abs2rel($builddir,$sourcedir),"../include") -} ../include
DEPEND[danetest]=../libcrypto ../libssl
-SOURCE[heartbeat_test]=heartbeat_test.c
+SOURCE[heartbeat_test]=heartbeat_test.c testutil.c
INCLUDE[heartbeat_test]={- catdir(abs2rel($builddir,$sourcedir),"../include") -} .. ../include
DEPEND[heartbeat_test]=../libcrypto ../libssl
@@ -201,3 +202,7 @@ DEPEND[srptest]=../libcrypto
SOURCE[memleaktest]=memleaktest.c
INCLUDE[memleaktest]={- catdir(abs2rel($builddir,$sourcedir),"../include") -} ../include
DEPEND[memleaktest]=../libcrypto
+
+SOURCE[dtlsv1listentest]=dtlsv1listentest.c
+INCLUDE[dtlsv1listentest]={- catdir(abs2rel($builddir,$sourcedir),"../include") -} ../include
+DEPEND[dtlsv1listentest]=../libssl