summaryrefslogtreecommitdiffstats
path: root/test/build.info
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2017-03-14 12:37:26 +1000
committerRichard Levitte <levitte@openssl.org>2017-03-15 14:15:08 +0100
commit9837496142cf3a4d32c827cb679539c0b239cec9 (patch)
tree2f980f939864c8313e694bb923645dbb59b194d1 /test/build.info
parentdb0e0abb88b6bd5bfa5637ee84e59dcb5a232008 (diff)
Unit tests for crypto/stack.
Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2924)
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 d0ca28c237..35ce601e2d 100644
--- a/test/build.info
+++ b/test/build.info
@@ -24,7 +24,7 @@ IF[{- !$disabled{tests} -}]
evp_test evp_extra_test igetest v3nametest v3ext \
crltest danetest bad_dtls_test \
constant_time_test verify_extra_test clienthellotest \
- packettest asynctest secmemtest srptest memleaktest \
+ packettest asynctest secmemtest srptest memleaktest stack_test \
dtlsv1listentest ct_test threadstest afalgtest d2i_test \
ssl_test_ctx_test ssl_test x509aux cipherlist_test asynciotest \
bioprinttest sslapitest dtlstest sslcorrupttest bio_enc_test \
@@ -210,6 +210,10 @@ IF[{- !$disabled{tests} -}]
INCLUDE[memleaktest]=../include
DEPEND[memleaktest]=../libcrypto
+ SOURCE[stack_test]=stack_test.c testutil.c test_main.c
+ INCLUDE[stack_test]=.. ../include
+ DEPEND[stack_test]=../libcrypto
+
SOURCE[dtlsv1listentest]=dtlsv1listentest.c
INCLUDE[dtlsv1listentest]=.. ../include
DEPEND[dtlsv1listentest]=../libssl