Re: [PATCH v2 2/2] kunit: split resource API impl from test.c into new resource.c

From: Brendan Higgins
Date: Mon Mar 28 2022 - 13:06:45 EST


On Fri, Mar 25, 2022 at 8:20 PM Daniel Latypov <dlatypov@xxxxxxxxxx> wrote:
>
> We've split out the declarations from include/kunit/test.h into
> resource.h.
> This patch splits out the definitions as well for consistency.
>
> A side effect of this is git blame won't properly track history by
> default, users need to run
> $ git blame -L ,1 -C13 lib/kunit/resource.c
>
> Signed-off-by: Daniel Latypov <dlatypov@xxxxxxxxxx>

Reviewed-by: Brendan Higgins <brendanhiggins@xxxxxxxxxx>