diff options
author | Daniel Latypov <dlatypov@google.com> | 2022-03-28 19:41:43 +0200 |
---|---|---|
committer | Shuah Khan <skhan@linuxfoundation.org> | 2022-04-05 00:23:14 +0200 |
commit | cdebea6968faafa955b3cc9196003e7f17f78955 (patch) | |
tree | 3c126d50f4a032005c2df111c7e332bb9f212cd1 /Documentation/dev-tools | |
parent | kunit: split resource API from test.h into new resource.h (diff) | |
download | linux-cdebea6968faafa955b3cc9196003e7f17f78955.tar.xz linux-cdebea6968faafa955b3cc9196003e7f17f78955.zip |
kunit: split resource API impl from test.c into new resource.c
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: David Gow <davidgow@google.com>
Reviewed-by: Brendan Higgins <brendanhiggins@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'Documentation/dev-tools')
0 files changed, 0 insertions, 0 deletions