commit | b4d46ad27078fa71bbc7270b667a7764d87d6f0f | [log] [tgz] |
---|---|---|
author | Richard Levitte <levitte@openssl.org> | Wed Mar 14 17:25:37 2018 +0100 |
committer | Richard Levitte <levitte@openssl.org> | Mon Mar 19 07:08:51 2018 +0100 |
tree | 19da735a760fe1f3ad9456775ae7fa889adbb046 | |
parent | 97a479c6f835ba7e1e5b03de4ff59bf829a6eadd [diff] |
Add a simple method to run regression tests This is only useful when building shared libraries. This allows us to run our tests against newer libraries when the time comes. Simply do this: OPENSSL_REGRESSION=/other/OpenSSL/build/tree make test ($OPENSSL_REGRESSION *must* be an absolute path) Reviewed-by: Andy Polyakov <appro@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5619)