Add a test to dynamically load and unload the libraries
authorMatt Caswell <matt@openssl.org>
Tue, 18 Oct 2016 13:16:35 +0000 (14:16 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 2 Nov 2016 23:38:18 +0000 (23:38 +0000)
commit389d4655b143bc6d495ca6c48809aac8f4356e01
treee2ba20de86cbc263355ecb756217f52f443a7e7f
parent4af9f7fe79ff82b90c16969b7e5871435056377b
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)
test/build.info
test/recipes/90-test_shlibload.t [new file with mode: 0644]
test/shlibloadtest.c [new file with mode: 0644]