From 6d872a838df78518508b5661d98da62a097317b1 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sat, 30 Mar 2019 22:10:39 +0100 Subject: 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 (Merged from https://github.com/openssl/openssl/pull/8549) --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 61c68f4c89..b32122c64a 100644 --- a/.gitignore +++ b/.gitignore @@ -60,6 +60,8 @@ Makefile /test/versions /test/ossl_shim/ossl_shim /test/rsa_complex +# Other generated files in test/ +/test/provider_internal_test.conf # Certain files that get created by tests on the fly /test/test-runs -- cgit v1.2.3