diff options
| author | Marco Pagani <marpagan@redhat.com> | 2023-07-18 15:03:04 +0200 |
|---|---|---|
| committer | Xu Yilun <yilun.xu@intel.com> | 2023-07-23 14:04:50 +0800 |
| commit | 3969f6458f783d2b4b8b15bef1eeab674eaa34bd (patch) | |
| tree | ee5e36756a6894917693b600f7a5c68e97b49beb /drivers/fpga/tests/Makefile | |
| parent | 64a5f972c93de1f31fdf828e38b763afb07acb5b (diff) | |
fpga: add configuration for the FPGA KUnit test suites.
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>
Diffstat (limited to 'drivers/fpga/tests/Makefile')
| -rw-r--r-- | drivers/fpga/tests/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/fpga/tests/Makefile b/drivers/fpga/tests/Makefile new file mode 100644 index 000000000000..bb78215c645c --- /dev/null +++ b/drivers/fpga/tests/Makefile @@ -0,0 +1,6 @@ +# SPDX-License-Identifier: GPL-2.0 +# +# Makefile for KUnit test suites for the FPGA subsystem +# + +obj-$(CONFIG_FPGA_KUNIT_TESTS) += fpga-mgr-test.o fpga-bridge-test.o fpga-region-test.o |
