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

2020-07-31 Thread Arpitha Raghunandan
On 30/07/20 5:46 pm, Arpitha Raghunandan wrote: > Converts test lib/test_uuid.c to KUnit > > Signed-off-by: Arpitha Raghunandan <98.a...@gmail.com> > --- > lib/Kconfig.debug | 7 +-- > lib/Makefile | 2 +- > lib/{test_uuid.c => uuid_kunit.c} | 84 +--

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

2020-07-31 Thread Brendan Higgins
On Fri, Jul 31, 2020 at 3:02 AM Arpitha Raghunandan <98.a...@gmail.com> wrote: > > On 31/07/20 11:20 am, Brendan Higgins wrote: > > On Thu, Jul 30, 2020 at 5:18 AM Arpitha Raghunandan <98.a...@gmail.com> > > wrote: > >> > >> Converts test lib/test_uuid.c to KUnit > > > > Can you add some more deta

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

2020-07-31 Thread Arpitha Raghunandan
On 31/07/20 11:20 am, Brendan Higgins wrote: > On Thu, Jul 30, 2020 at 5:18 AM Arpitha Raghunandan <98.a...@gmail.com> wrote: >> >> Converts test lib/test_uuid.c to KUnit > > Can you add some more detail to the commit message? Maybe link to > KUnit and say something about why this change is benefi

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

2020-07-30 Thread Brendan Higgins
On Thu, Jul 30, 2020 at 5:18 AM Arpitha Raghunandan <98.a...@gmail.com> wrote: > > Converts test lib/test_uuid.c to KUnit Can you add some more detail to the commit message? Maybe link to KUnit and say something about why this change is beneficial. > Signed-off-by: Arpitha Raghunandan <98.a...@gm