]> git.ipfire.org Git - thirdparty/openssl.git/commit
Make tests run faster on typical platforms.
authorBob Beck <beck@openssl.org>
Tue, 2 Sep 2025 20:46:06 +0000 (14:46 -0600)
committerTomas Mraz <tomas@openssl.org>
Thu, 25 Sep 2025 14:55:50 +0000 (16:55 +0200)
commit7b4a56420d1718809d73aa3adf53d3e6c3a2ee91
tree236e075bd666d462adfeab62215944bf82974342
parent07474a3e8f1996e620e28659dc02c8e2a3dced1f
Make tests run faster on typical platforms.

Sadly not doable in make as it is notoriously bad at telling
you the parallelism being used by make -j.

If the HARNESS_JOBS environment variable has not been
set, this makes the perl script attempt to figure out how
many cpu's are available on anything windows/linux/macos/bsd like,
and if it can be successfully detected, we use that value.
if not, we use 1 as before.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
(Merged from https://github.com/openssl/openssl/pull/28426)
test/run_tests.pl