Re: [PATCH 2/2] tests/unit: always build the pbkdf crypto unit test

2024-09-04 Thread Daniel P . Berrangé
On Mon, Sep 02, 2024 at 09:45:04PM +0200, Philippe Mathieu-Daudé wrote: > On 30/8/24 13:05, Daniel P. Berrangé wrote: > > The meson rules were excluding the pbkdf crypto test when gnutls was the > > crypto backend. It was then excluded again in #if statements in the test > > file. > > > > Rather t

Re: [PATCH 2/2] tests/unit: always build the pbkdf crypto unit test

2024-09-02 Thread Philippe Mathieu-Daudé
On 30/8/24 13:05, Daniel P. Berrangé wrote: The meson rules were excluding the pbkdf crypto test when gnutls was the crypto backend. It was then excluded again in #if statements in the test file. Rather than update these conditions, remove them all, and use the result of the qcrypto_pbkdf_suppor

[PATCH 2/2] tests/unit: always build the pbkdf crypto unit test

2024-08-30 Thread Daniel P . Berrangé
The meson rules were excluding the pbkdf crypto test when gnutls was the crypto backend. It was then excluded again in #if statements in the test file. Rather than update these conditions, remove them all, and use the result of the qcrypto_pbkdf_supports() function to determine whether to skip tes