summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-03-30 22:10:39 +0100
committerRichard Levitte <levitte@openssl.org>2019-04-03 11:42:48 +0200
commit6d872a838df78518508b5661d98da62a097317b1 (patch)
tree07f3bdedd8890c2b36393f80af98baabfa7a6c34 /.gitignore
parentabbc2c408385326d9c9cd60b92a6c92b945c1d96 (diff)
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)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
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