test: add an option to output timing information from tests.

Fixes #14141

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14149)
This commit is contained in:
Pauli 2021-02-11 08:28:41 +10:00
parent c926a5ecb7
commit 1baad060f9

View File

@ -44,6 +44,7 @@ my %tapargs =
lib => [ $libdir ],
switches => '-w',
merge => 1,
timer => $ENV{HARNESS_TIMER} ? 1 : 0,
);
if ($jobs > 1) {