summaryrefslogtreecommitdiffstats
path: root/test/build.info
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-06-07 16:35:38 +0100
committerMatt Caswell <matt@openssl.org>2016-06-07 17:05:52 +0100
commit8f09ba471c256020f8147c421e32b4d5fc162960 (patch)
treeab4da5f38867cd2e183436f5220695ec526b2e59 /test/build.info
parent243583408c033c9f41e8a1b6f07b6b37d4da030c (diff)
Add an SSL get/set test
We just do the getters/setter for tlsext_status_type. This could be extended for others in the future. Reviewed-by: Rich Salz <rsalz@openssl.org>
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 95afbe3e18..c74d71783a 100644
--- a/test/build.info
+++ b/test/build.info
@@ -17,7 +17,7 @@ IF[{- !$disabled{tests} -}]
packettest asynctest secmemtest srptest memleaktest \
dtlsv1listentest ct_test threadstest afalgtest d2i_test \
ssl_test_ctx_test ssl_test x509aux cipherlist_test asynciotest \
- bioprinttest
+ bioprinttest getsettest
SOURCE[aborttest]=aborttest.c
INCLUDE[aborttest]="{- rel2abs(catdir($builddir,"../include")) -}" ../include
@@ -280,4 +280,8 @@ IF[{- !$disabled{tests} -}]
_____
}
-}
+
+ SOURCE[getsettest]=getsettest.c
+ INCLUDE[getsettest]="{- rel2abs(catdir($builddir,"../include")) -}" ../include
+ DEPEND[getsettest]=../libcrypto ../libssl
ENDIF