mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00

Add configuration for the KUnit test suites for the core components of the FPGA subsystem. Signed-off-by: Marco Pagani <marpagan@redhat.com> Acked-by: Xu Yilun <yilun.xu@intel.com> Link: https://lore.kernel.org/r/20230718130304.87048-5-marpagan@redhat.com Signed-off-by: Xu Yilun <yilun.xu@intel.com>
12 lines
424 B
Plaintext
12 lines
424 B
Plaintext
config FPGA_KUNIT_TESTS
|
|
tristate "KUnit test for the FPGA subsystem" if !KUNIT_ALL_TESTS
|
|
depends on FPGA && FPGA_REGION && FPGA_BRIDGE && KUNIT=y
|
|
default KUNIT_ALL_TESTS
|
|
help
|
|
This builds unit tests for the FPGA subsystem
|
|
|
|
For more information on KUnit and unit tests in general,
|
|
please refer to the KUnit documentation in Documentation/dev-tools/kunit/.
|
|
|
|
If unsure, say N.
|