Add test for the provider configuration module
authorRichard Levitte <levitte@openssl.org>
Sat, 30 Mar 2019 21:10:39 +0000 (22:10 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 3 Apr 2019 09:42:48 +0000 (11:42 +0200)
commit6d872a838df78518508b5661d98da62a097317b1
tree07f3bdedd8890c2b36393f80af98baabfa7a6c34
parentabbc2c408385326d9c9cd60b92a6c92b945c1d96
Add test for the provider configuration module

We reuse test/provider_internal_test.c and test/p_test.c,
and get it loaded one more time via the configuration file
test/provider_internal_test.conf

To support different platform standards regarding module
extensions, we generate test/provider_internal_test.conf

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/8549)
.gitignore
test/build.info
test/p_test.c
test/provider_internal_test.c
test/provider_internal_test.conf.in [new file with mode: 0644]
test/recipes/02-test_internal_provider.t