]> git.ipfire.org Git - thirdparty/linux.git/commit
kunit: configs: Enable all CRC tests in all_tests.config
authorEric Biggers <ebiggers@kernel.org>
Sat, 14 Mar 2026 17:22:24 +0000 (10:22 -0700)
committerEric Biggers <ebiggers@kernel.org>
Tue, 17 Mar 2026 16:29:10 +0000 (09:29 -0700)
commit44ff3791d6295f7b51dd2711aad6a03dd79aef22
tree516afe5b2c5c2176d2af60749d26ff4561087634
parentc13cee2fc7f137dd25ed50c63eddcc578624f204
kunit: configs: Enable all CRC tests in all_tests.config

The new option CONFIG_CRC_ENABLE_ALL_FOR_KUNIT enables all the CRC code
that has KUnit tests, causing CONFIG_KUNIT_ALL_TESTS to enable all these
tests.  Add this option to all_tests.config so that kunit.py will run
them when passed the --alltests option.

Acked-by: Ard Biesheuvel <ardb@kernel.org>
Link: https://lore.kernel.org/r/20260314172224.15152-1-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@kernel.org>
tools/testing/kunit/configs/all_tests.config