On Fri, Mar 25, 2022 at 8:20 PM Daniel Latypov dlatypov@google.com 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@google.com
Reviewed-by: Brendan Higgins brendanhiggins@google.com