1# SPDX-License-Identifier: GPL-2.0
2
3obj-$(CONFIG_DRM_XE_KUNIT_TEST) += \
4	xe_bo_test.o \
5	xe_dma_buf_test.o \
6	xe_migrate_test.o \
7	xe_mocs_test.o \
8	xe_pci_test.o \
9	xe_rtp_test.o \
10	xe_wa_test.o
11