summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tests/Makefile
diff options
context:
space:
mode:
authorChristian König <christian.koenig@amd.com>2022-04-13 17:09:00 +0300
committerChristian König <christian.koenig@amd.com>2023-07-12 15:14:23 +0300
commit9710631cc8f367da04879760b892a8fc7aac9f45 (patch)
treef48e5aff13058a3c7f2a5d91e81289f70c427453 /drivers/gpu/drm/tests/Makefile
parent09593216bff15866f95c8ad406cb7fdcec1ee40a (diff)
downloadlinux-9710631cc8f367da04879760b892a8fc7aac9f45.tar.xz
drm: add drm_exec selftests v4
Exercise at least all driver facing functions of this new component. v2: add array test as well v3: some kunit cleanups v4: more tests and cleanups Signed-off-by: Christian König <christian.koenig@amd.com> Acked-by: Alex Deucher <alexander.deucher@amd.com> Link: https://patchwork.freedesktop.org/patch/msgid/20230711133122.3710-3-christian.koenig@amd.com
Diffstat (limited to 'drivers/gpu/drm/tests/Makefile')
-rw-r--r--drivers/gpu/drm/tests/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/tests/Makefile b/drivers/gpu/drm/tests/Makefile
index bca726a8f483..ba7baa622675 100644
--- a/drivers/gpu/drm/tests/Makefile
+++ b/drivers/gpu/drm/tests/Makefile
@@ -17,6 +17,7 @@ obj-$(CONFIG_DRM_KUNIT_TEST) += \
drm_modes_test.o \
drm_plane_helper_test.o \
drm_probe_helper_test.o \
- drm_rect_test.o
+ drm_rect_test.o \
+ drm_exec_test.o
CFLAGS_drm_mm_test.o := $(DISABLE_STRUCTLEAK_PLUGIN)