drm/vkms: Compile all tests with CONFIG_DRM_VKMS_KUNIT_TEST
authorMaíra Canal <mcanal@igalia.com>
Wed, 11 Jun 2025 20:56:49 +0000 (17:56 -0300)
committerLouis Chauvet <louis.chauvet@bootlin.com>
Fri, 13 Jun 2025 17:11:39 +0000 (19:11 +0200)
commit60ba94338047bb5410a3626ced3380afe9285ed8
tree6e27a910f122b09e68f8d05f31aebd162cd2d69c
parentb83e8fe4fae981d35a362109053b7447ebd037d4
drm/vkms: Compile all tests with CONFIG_DRM_VKMS_KUNIT_TEST

The Kconfig option `CONFIG_DRM_VKMS_KUNIT_TESTS` does not exist. However,
the VKMS format tests use such an option for compilation, meaning that
they are not compiled at all.

Use the Kconfig option `CONFIG_DRM_VKMS_KUNIT_TEST` to compile all VKMS
KUnit tests.

Fixes: 3e897853debd ("drm/vkms: Create KUnit tests for YUV conversions")
Signed-off-by: Maíra Canal <mcanal@igalia.com>
Reviewed-by: José Expósito <jose.exposito89@gmail.com>
Link: https://lore.kernel.org/r/20250611205704.334527-1-mcanal@igalia.com
Signed-off-by: Louis Chauvet <louis.chauvet@bootlin.com>
drivers/gpu/drm/vkms/tests/Makefile