Re: [igt-dev] [RFC PATCH 0/1] drm: selftest: Convert to KUnit

2021-11-11 Thread Petri Latvala
On Wed, Nov 10, 2021 at 09:34:52PM -0300, André Almeida wrote: > Hi, > > This RFC is a preview of the progress we made in the KUnit hackathon[0]. > This patch, made by Maíra and Arthur, converts the damage helper test > from the original DRM selftest framework to use the KUnit framework. > > [0]

[RFC PATCH 0/1] drm: selftest: Convert to KUnit

2021-11-10 Thread André Almeida
Hi, This RFC is a preview of the progress we made in the KUnit hackathon[0]. This patch, made by Maíra and Arthur, converts the damage helper test from the original DRM selftest framework to use the KUnit framework. [0] https://groups.google.com/g/kunit-dev/c/YqFR1q2uZvk/m/IbvItSfHBAAJ The IGT