diff options
| author | Brendan Higgins <[email protected]> | 2019-09-23 09:02:32 +0000 |
|---|---|---|
| committer | Shuah Khan <[email protected]> | 2019-09-30 23:35:00 +0000 |
| commit | 0a756853586ce185ee1bb9ccbe5ec03e103e594f (patch) | |
| tree | bcf9aa448dfd6a9e6fa8fcfea8ba8e4040cd2659 /lib/kunit/string-stream-test.c | |
| parent | kunit: test: add KUnit test runner core (diff) | |
| download | kernel-0a756853586ce185ee1bb9ccbe5ec03e103e594f.tar.gz kernel-0a756853586ce185ee1bb9ccbe5ec03e103e594f.zip | |
kunit: test: add test resource management API
Create a common API for test managed resources like memory and test
objects. A lot of times a test will want to set up infrastructure to be
used in test cases; this could be anything from just wanting to allocate
some memory to setting up a driver stack; this defines facilities for
creating "test resources" which are managed by the test infrastructure
and are automatically cleaned up at the conclusion of the test.
Signed-off-by: Brendan Higgins <[email protected]>
Reviewed-by: Greg Kroah-Hartman <[email protected]>
Reviewed-by: Logan Gunthorpe <[email protected]>
Reviewed-by: Stephen Boyd <[email protected]>
Signed-off-by: Shuah Khan <[email protected]>
Diffstat (limited to 'lib/kunit/string-stream-test.c')
0 files changed, 0 insertions, 0 deletions
