]> Gentwo Git Trees - linux/.git/commit
kunit: Make filter parameters configurable via Kconfig
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Thu, 6 Nov 2025 10:32:39 +0000 (11:32 +0100)
committerShuah Khan <skhan@linuxfoundation.org>
Fri, 14 Nov 2025 18:02:34 +0000 (11:02 -0700)
commit7bc16e72ddb993d706f698c2f6cee694e485f557
tree55dd89c883a3fafa639044915f483053ea8f1783
parent9de5f847ef8fa205f4fd704a381d32ecb5b66da9
kunit: Make filter parameters configurable via Kconfig

Enable the preset of filter parameters from kconfig options, similar to
how other KUnit configuration parameters are handled already.
This is useful to run a subset of tests even if the cmdline is not
readily modifyable.

Link: https://lore.kernel.org/r/20251106-kunit-filter-kconfig-v1-1-d723fb7ac221@linutronix.de
Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Reviewed-by: David Gow <davidgow@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
lib/kunit/Kconfig
lib/kunit/executor.c