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

From: Brendan Higgins
Date: Mon Aug 03 2020 - 17:14:57 EST


On Sun, Aug 2, 2020 at 8:00 PM Arpitha Raghunandan <98.arpi@xxxxxxxxx> wrote:
>
> Converts test lib/test_uuid.c to KUnit.
> More information about KUnit can be found at
> https://www.kernel.org/doc/html/latest/dev-tools/kunit/index.html.
> This change is beneficial as KUnit provides a common framework for
> unit tests in the kernel. KUnit is fast as well.
>
> Signed-off-by: Arpitha Raghunandan <98.arpi@xxxxxxxxx>

Reviewed-by: Brendan Higgins <brendanhiggins@xxxxxxxxxx>

Thanks!