]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add a simple method to run regression tests
authorRichard Levitte <levitte@openssl.org>
Wed, 14 Mar 2018 16:25:37 +0000 (17:25 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 19 Mar 2018 06:08:51 +0000 (07:08 +0100)
commitb4d46ad27078fa71bbc7270b667a7764d87d6f0f
tree19da735a760fe1f3ad9456775ae7fa889adbb046
parent97a479c6f835ba7e1e5b03de4ff59bf829a6eadd
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)
util/shlib_wrap.sh.in