summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/tests/Makefile
blob: 9d1d88af8b2fa5dace6f5a8ccb49e89268b29b81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# SPDX-License-Identifier: GPL-2.0

# "live" kunit tests
obj-$(CONFIG_DRM_XE_KUNIT_TEST) += \
	xe_bo_test.o \
	xe_dma_buf_test.o \
	xe_migrate_test.o \
	xe_mocs_test.o

# Normal kunit tests
obj-$(CONFIG_DRM_XE_KUNIT_TEST) += xe_test.o
xe_test-y = xe_test_mod.o \
	xe_pci_test.o \
	xe_rtp_test.o \
	xe_wa_test.o