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

obj-$(CONFIG_DRM_KUNIT_TEST) += \
	drm_buddy_test.o \
	drm_cmdline_parser_test.o \
	drm_damage_helper_test.o \
	drm_dp_mst_helper_test.o \
	drm_format_helper_test.o \
	drm_format_test.o \
	drm_framebuffer_test.o \
	drm_kunit_helpers.o \
	drm_mm_test.o \
	drm_plane_helper_test.o \
	drm_rect_test.o

CFLAGS_drm_mm_test.o := $(DISABLE_STRUCTLEAK_PLUGIN)