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:03:23 +0000 (07:03 +0100)
commitc8ee36792d69bc327d770453681acc7203ec6494
tree90b05153695e0f6abc63d63b5339bf873d09a856
parentec76f1794a55276c719617b23e816850646c43ff
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/5620)
util/shlib_wrap.sh.in