drm: selftest: convert drm_cmdline_parser selftest to KUnit
authorMaíra Canal <maira.canal@usp.br>
Fri, 8 Jul 2022 20:30:45 +0000 (17:30 -0300)
committerJavier Martinez Canillas <javierm@redhat.com>
Mon, 11 Jul 2022 11:59:52 +0000 (13:59 +0200)
commit9f0527d22a52ff3470d8bf0dc79cf42c0677c23c
tree6a74185549d13beaddd2f486bfb285cd99361c5c
parentba8f16cd081902350e2d2a00afcc6b77b1815d50
drm: selftest: convert drm_cmdline_parser selftest to KUnit

Considering the current adoption of the KUnit framework, convert the
DRM cmdline parser selftest to the KUnit API.

Co-developed-by: Arthur Grillo <arthur.grillo@usp.br>
Signed-off-by: Arthur Grillo <arthur.grillo@usp.br>
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-3-maira.canal@usp.br
drivers/gpu/drm/selftests/Makefile
drivers/gpu/drm/selftests/drm_cmdline_selftests.h [deleted file]
drivers/gpu/drm/selftests/test-drm_cmdline_parser.c [deleted file]
drivers/gpu/drm/tests/Makefile
drivers/gpu/drm/tests/drm_cmdline_parser_test.c [new file with mode: 0644]