]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
lib/crypto: tests: Add a .kunitconfig file
authorEric Biggers <ebiggers@kernel.org>
Sun, 1 Mar 2026 04:01:40 +0000 (20:01 -0800)
committerEric Biggers <ebiggers@kernel.org>
Mon, 2 Mar 2026 23:35:05 +0000 (15:35 -0800)
commit20d6f07004d639967dcb00994d56ce6d16118e9e
tree6335843b00f6c83fd4d2d1169c2ec2050c0dfa74
parent4478e8eeb87120c11e90041864c2233238b2155a
lib/crypto: tests: Add a .kunitconfig file

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

Acked-by: Ard Biesheuvel <ardb@kernel.org>
Link: https://lore.kernel.org/r/20260301040140.490310-1-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@kernel.org>
lib/crypto/.kunitconfig [new file with mode: 0644]