Re: [PATCH] lib: Convert test_printf.c to KUnit

2020-10-13 Thread Rasmus Villemoes
On 12/10/2020 22.46, Brendan Higgins wrote: > On Fri, Aug 21, 2020 at 03:28:49PM +0300, Andy Shevchenko wrote: >> On Fri, Aug 21, 2020 at 01:37:10PM +0200, Petr Mladek wrote: >>> On Mon 2020-08-17 09:06:32, Rasmus Villemoes wrote: On 17/08/2020 06.30, Arpitha Raghunandan wrote: > Converts

Re: [PATCH] lib: Convert test_printf.c to KUnit

2020-10-13 Thread Arpitha Raghunandan
On 13/10/20 2:16 am, Brendan Higgins wrote: > On Fri, Aug 21, 2020 at 03:28:49PM +0300, Andy Shevchenko wrote: >> On Fri, Aug 21, 2020 at 01:37:10PM +0200, Petr Mladek wrote: >>> On Mon 2020-08-17 09:06:32, Rasmus Villemoes wrote: On 17/08/2020 06.30, Arpitha Raghunandan wrote: > Converts

Re: [PATCH] lib: Convert test_printf.c to KUnit

2020-10-12 Thread Brendan Higgins
On Mon, Oct 12, 2020 at 1:13 PM Brendan Higgins wrote: > > On Fri, Aug 21, 2020 at 5:19 AM Rasmus Villemoes > wrote: > > Sorry about the late reply. I saw activity on this before and thought > it was under control. I only saw the unresolved state now looking > through patchwork. > > > On 21/08/20

Re: [PATCH] lib: Convert test_printf.c to KUnit

2020-10-12 Thread Brendan Higgins
On Fri, Aug 21, 2020 at 03:28:49PM +0300, Andy Shevchenko wrote: > On Fri, Aug 21, 2020 at 01:37:10PM +0200, Petr Mladek wrote: > > On Mon 2020-08-17 09:06:32, Rasmus Villemoes wrote: > > > On 17/08/2020 06.30, Arpitha Raghunandan wrote: > > > > Converts test lib/test_printf.c to KUnit. > > > > Mor

Re: [PATCH] lib: Convert test_printf.c to KUnit

2020-10-12 Thread Brendan Higgins
On Fri, Aug 21, 2020 at 5:19 AM Rasmus Villemoes wrote: Sorry about the late reply. I saw activity on this before and thought it was under control. I only saw the unresolved state now looking through patchwork. > On 21/08/2020 13.37, Petr Mladek wrote: > > On Mon 2020-08-17 09:06:32, Rasmus Vill

Re: [PATCH] lib: Convert test_printf.c to KUnit

2020-08-21 Thread Andy Shevchenko
On Fri, Aug 21, 2020 at 01:37:10PM +0200, Petr Mladek wrote: > On Mon 2020-08-17 09:06:32, Rasmus Villemoes wrote: > > On 17/08/2020 06.30, Arpitha Raghunandan wrote: > > > Converts test lib/test_printf.c to KUnit. > > > More information about KUnit can be found at > > > https://www.kernel.org/doc/

Re: [PATCH] lib: Convert test_printf.c to KUnit

2020-08-21 Thread Rasmus Villemoes
On 21/08/2020 13.37, Petr Mladek wrote: > On Mon 2020-08-17 09:06:32, Rasmus Villemoes wrote: >> On 17/08/2020 06.30, Arpitha Raghunandan wrote: >>> Converts test lib/test_printf.c to KUnit. >>> More information about KUnit can be found at >>> https://www.kernel.org/doc/html/latest/dev-tools/kunit/

Re: [PATCH] lib: Convert test_printf.c to KUnit

2020-08-21 Thread Petr Mladek
On Mon 2020-08-17 09:06:32, Rasmus Villemoes wrote: > On 17/08/2020 06.30, Arpitha Raghunandan wrote: > > Converts test lib/test_printf.c to KUnit. > > More information about KUnit can be found at > > https://www.kernel.org/doc/html/latest/dev-tools/kunit/index.html. > > KUnit provides a common fra

Re: [PATCH] lib: Convert test_printf.c to KUnit

2020-08-20 Thread Arpitha Raghunandan
On 17/08/20 12:36 pm, Rasmus Villemoes wrote: > On 17/08/2020 06.30, Arpitha Raghunandan wrote: >> Converts test lib/test_printf.c to KUnit. >> More information about KUnit can be found at >> https://www.kernel.org/doc/html/latest/dev-tools/kunit/index.html. >> KUnit provides a common framework for

Re: [PATCH] lib: Convert test_printf.c to KUnit

2020-08-17 Thread Rasmus Villemoes
On 17/08/2020 06.30, Arpitha Raghunandan wrote: > Converts test lib/test_printf.c to KUnit. > More information about KUnit can be found at > https://www.kernel.org/doc/html/latest/dev-tools/kunit/index.html. > KUnit provides a common framework for unit tests in the kernel. So I can continue to bui

[PATCH] lib: Convert test_printf.c to KUnit

2020-08-16 Thread Arpitha Raghunandan
Converts test lib/test_printf.c to KUnit. More information about KUnit can be found at https://www.kernel.org/doc/html/latest/dev-tools/kunit/index.html. KUnit provides a common framework for unit tests in the kernel. Signed-off-by: Arpitha Raghunandan <98.a...@gmail.com> --- lib/Kconfig.debug