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:32:50 +0000 (23:32 +0000)
commitb987d748e46d4ec19a45e5ec9e890a9003a361d6
tree3b2b9b26e58b01ee3677981faaeef9cca3205138
parent5836780f436e03be231ff245f04f2f9f2f0ede91
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>
test/build.info
test/recipes/90-test_shlibload.t [new file with mode: 0644]
test/shlibloadtest.c [new file with mode: 0644]