]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add a test recipe for testing the speed command
authorMatt Caswell <matt@openssl.org>
Fri, 9 Aug 2024 14:59:16 +0000 (15:59 +0100)
committerTomas Mraz <tomas@openssl.org>
Wed, 14 Aug 2024 16:22:10 +0000 (18:22 +0200)
commit509022ddf8823ce67cc706f66a735b4aab680528
treed70c88b1623e6d2ada875b3698cdb7accbcf31fa
parent1867aac808ec26f8319677d6a9e2996e6ca03185
Add a test recipe for testing the speed command

Previously there was no test for the speed command. We just do some simple
testing, running the command with various options to confirm that it doesn't
crash or report errors. We use the new -testmode option to ensure that this
happens quickly and doesn't really run full speed tests.

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25153)
test/recipes/20-test_speed.t [new file with mode: 0644]