summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tests/Makefile
diff options
context:
space:
mode:
authorMaíra Canal <maira.canal@usp.br>2022-07-08 23:30:47 +0300
committerJavier Martinez Canillas <javierm@redhat.com>2022-07-11 14:59:57 +0300
commit0421bb0baa84fc93bbb659fe682e19266730f9f1 (patch)
tree703a69c1a81058fef614d8103e9e5b8e5dfa5005 /drivers/gpu/drm/tests/Makefile
parent93de485cd822d429e91f197a820f02ee57d38fd5 (diff)
downloadlinux-0421bb0baa84fc93bbb659fe682e19266730f9f1.tar.xz
drm: selftest: convert drm_format selftest to KUnit
Considering the current adoption of the KUnit framework, convert the DRM format selftest to the KUnit API. Tested-by: David Gow <davidgow@google.com> Acked-by: Daniel Latypov <dlatypov@google.com> Reviewed-by: Javier Martinez Canillas <javierm@redhat.com> Signed-off-by: Maíra Canal <maira.canal@usp.br> Signed-off-by: Javier Martinez Canillas <javierm@redhat.com> Link: https://patchwork.freedesktop.org/patch/msgid/20220708203052.236290-5-maira.canal@usp.br
Diffstat (limited to 'drivers/gpu/drm/tests/Makefile')
-rw-r--r--drivers/gpu/drm/tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/tests/Makefile b/drivers/gpu/drm/tests/Makefile
index f2eced30a955..1aa1627cb5e6 100644
--- a/drivers/gpu/drm/tests/Makefile
+++ b/drivers/gpu/drm/tests/Makefile
@@ -1,4 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
obj-$(CONFIG_DRM_KUNIT_TEST) += drm_format_helper_test.o drm_damage_helper_test.o \
- drm_cmdline_parser_test.o drm_rect_test.o
+ drm_cmdline_parser_test.o drm_rect_test.o drm_format_test.o