summaryrefslogtreecommitdiffstats
path: root/test/build.info
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-10-18 14:16:35 +0100
committerMatt Caswell <matt@openssl.org>2016-11-02 23:38:18 +0000
commit389d4655b143bc6d495ca6c48809aac8f4356e01 (patch)
treee2ba20de86cbc263355ecb756217f52f443a7e7f /test/build.info
parent4af9f7fe79ff82b90c16969b7e5871435056377b (diff)
Add a test to dynamically load and unload the libraries
This should demonstrate that the atexit() handling is working properly (or at least not crashing) on process exit. Reviewed-by: Tim Hudson <tjh@openssl.org> (cherry picked from commit b987d748e46d4ec19a45e5ec9e890a9003a361d6)
Diffstat (limited to 'test/build.info')
-rw-r--r--test/build.info6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/build.info b/test/build.info
index b8fc431a89..e3a961d77f 100644
--- a/test/build.info
+++ b/test/build.info
@@ -274,6 +274,12 @@ 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=shlibloadtest
+ SOURCE[shlibloadtest]=shlibloadtest.c
+ INCLUDE[shlibloadtest]=../include
+ ENDIF
ENDIF
{-