mirror of
https://github.com/openssl/openssl.git
synced 2025-02-23 14:42:15 +08:00
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:
parent
c926a5ecb7
commit
1baad060f9
@ -44,6 +44,7 @@ my %tapargs =
|
||||
lib => [ $libdir ],
|
||||
switches => '-w',
|
||||
merge => 1,
|
||||
timer => $ENV{HARNESS_TIMER} ? 1 : 0,
|
||||
);
|
||||
|
||||
if ($jobs > 1) {
|
||||
|
Loading…
Reference in New Issue
Block a user