Re: [PATCH 1/3] tests/unit: Really build pbkdf test on macOS

2024-09-17 Thread Philippe Mathieu-Daudé
Oops, this patch wasn't meant for this series, already posted & reviewed: https://lore.kernel.org/qemu-devel/20240917065736.27883-1-phi...@linaro.org/ On Tue, 17 Sept 2024 at 10:51, Philippe Mathieu-Daudé wrote: > > Fix a typo to run the pbkdf crypto cipher tests on macOS. > > $ make check-unit

[PATCH 1/3] tests/unit: Really build pbkdf test on macOS

2024-09-17 Thread Philippe Mathieu-Daudé
Fix a typo to run the pbkdf crypto cipher tests on macOS. $ make check-unit ... 87/102 qemu:unit / test-crypto-pbkdf OK 2.35s 17 subtests passed Fixes: ebe0302ac8 ("tests/unit: build pbkdf test on macOS") Signed-off-by: Philippe Mathieu-Daudé --- tests/unit/test-crypto-pbkdf.