Re: [PATCH 00/10] drm: selftest: Convert to KUnit

2022-06-16 Thread Javier Martinez Canillas
On 6/16/22 16:55, David Gow wrote: > On Wed, Jun 15, 2022 at 9:59 PM Maíra Canal wrote: >> >> KUnit unifies the test structure and provides helper tools that simplify >> the development of tests. The basic use case allows running tests as regular >> processes, which makes it easier to run unit tes

[PATCH 00/10] drm: selftest: Convert to KUnit

2022-06-15 Thread Maíra Canal
KUnit unifies the test structure and provides helper tools that simplify the development of tests. The basic use case allows running tests as regular processes, which makes it easier to run unit tests on a development machine and to integrate the tests into a CI system. That said, the conversion o