Re: [PATCH] lib/crypto: tests: Add a .kunitconfig file
From: Eric Biggers
Date: Mon Mar 02 2026 - 18:41:01 EST
On Sat, Feb 28, 2026 at 08:01:40PM -0800, Eric Biggers wrote:
> Add a .kunitconfig file to the lib/crypto/ directory so that the crypto
> library tests can be run more easily using kunit.py. Example with UML:
>
> tools/testing/kunit/kunit.py run --kunitconfig=lib/crypto
>
> Example with QEMU:
>
> tools/testing/kunit/kunit.py run --kunitconfig=lib/crypto --arch=arm64 --make_options LLVM=1
>
> Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx>
> ---
>
> This is targeting libcrypto-fixes
>
> lib/crypto/.kunitconfig | 34 ++++++++++++++++++++++++++++++++++
> 1 file changed, 34 insertions(+)
> create mode 100644 lib/crypto/.kunitconfig
>
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux.git/log/?h=libcrypto-fixes
- Eric