Re: [RFC v4 15/17] of: unittest: migrate tests to run on KUnit

2019-02-19 Thread Brendan Higgins
On Fri, Feb 15, 2019 at 4:24 PM Frank Rowand wrote: > > On 2/14/19 1:37 PM, Brendan Higgins wrote: > > Migrate tests without any cleanup, or modifying test logic in anyway to > > run under KUnit using the KUnit expectation and assertion API. > > > > Signed-off-by: Brendan Higgins > > --- > >

Re: [RFC v4 15/17] of: unittest: migrate tests to run on KUnit

2019-02-18 Thread Frank Rowand via dri-devel
On 2/14/19 1:37 PM, Brendan Higgins wrote: > Migrate tests without any cleanup, or modifying test logic in anyway to > run under KUnit using the KUnit expectation and assertion API. > > Signed-off-by: Brendan Higgins > --- > drivers/of/Kconfig|1 + > drivers/of/unittest.c | 1310

[RFC v4 15/17] of: unittest: migrate tests to run on KUnit

2019-02-16 Thread Brendan Higgins via dri-devel
Migrate tests without any cleanup, or modifying test logic in anyway to run under KUnit using the KUnit expectation and assertion API. Signed-off-by: Brendan Higgins --- drivers/of/Kconfig|1 + drivers/of/unittest.c | 1310 + 2 files changed, 671