Re: [PATCH 4/4] crypto: report which ciphers are being skipped during tests

2024-03-11 Thread Thomas Huth
On 11/03/2024 13.19, Daniel P. Berrangé wrote: Since the ciphers can be dynamically disabled at runtime, when running unit tests it is helpful to report which ciphers we can skipped for testing. Signed-off-by: Daniel P. Berrangé --- tests/unit/test-crypto-cipher.c | 4 1 file changed,

[PATCH 4/4] crypto: report which ciphers are being skipped during tests

2024-03-11 Thread Daniel P . Berrangé
Since the ciphers can be dynamically disabled at runtime, when running unit tests it is helpful to report which ciphers we can skipped for testing. Signed-off-by: Daniel P. Berrangé --- tests/unit/test-crypto-cipher.c | 4 1 file changed, 4 insertions(+) diff --git