Unverified Commit dbb3cd0c authored by Javier Martinez Canillas's avatar Javier Martinez Canillas
Browse files

drm/todo: Add entry for converting kselftests to kunit



Many of the kselftests in DRM can be converted to kunit tests instead,
since that framework is more suitable for unit testing.

Suggested-by: default avatarMaxime Ripard <maxime@cerno.tech>
Signed-off-by: default avatarJavier Martinez Canillas <javierm@redhat.com>
Acked-by: default avatarMaxime Ripard <maxime@cerno.tech>
Link: https://patchwork.freedesktop.org/patch/msgid/20220509130846.694397-1-javierm@redhat.com
parent 7454a7e7
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -617,6 +617,17 @@ Contact: Javier Martinez Canillas <javierm@redhat.com>

Level: Intermediate

Convert Kernel Selftests (kselftest) to KUnit tests when appropriate
--------------------------------------------------------------------

Many of the `Kselftest <https://www.kernel.org/doc/html/latest/dev-tools/kselftest.html>`_
tests in DRM could be converted to Kunit tests instead, since that framework
is more suitable for unit testing.

Contact: Javier Martinez Canillas <javierm@redhat.com>

Level: Starter

Enable trinity for DRM
----------------------