mirror of
https://github.com/torvalds/linux.git
synced 2025-11-09 21:20:04 +02:00
With the introduction of KUnit, IGT is no longer the only option to run the DRM unit tests, as the tests can be run through kunit-tool or on real hardware with CONFIG_KUNIT. Therefore, remove the "igt_" prefix from the tests and replace it with the "drm_test_" prefix, making the tests' names independent from the tool used. Signed-off-by: Maíra Canal <mairacanal@riseup.net> Acked-by: David Gow <davidgow@google.com> Acked-by: Maxime Ripard <maxime@cerno.tech> Link: https://patchwork.freedesktop.org/patch/msgid/20220911191756.203118-2-mairacanal@riseup.net |
||
|---|---|---|
| .. | ||
| .kunitconfig | ||
| drm_buddy_test.c | ||
| drm_cmdline_parser_test.c | ||
| drm_damage_helper_test.c | ||
| drm_dp_mst_helper_test.c | ||
| drm_format_helper_test.c | ||
| drm_format_test.c | ||
| drm_framebuffer_test.c | ||
| drm_mm_test.c | ||
| drm_plane_helper_test.c | ||
| drm_rect_test.c | ||
| Makefile | ||