mirror of https://github.com/torvalds/linux.git
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:
|
||
|---|---|---|
| .. | ||
| .kunitconfig | ||
| Makefile | ||
| vkms_config_test.c | ||
| vkms_format_test.c | ||