linux/lib/kunit
Alan Maguire 9bbb11c6be kunit: hide unexported try-catch interface in try-catch-impl.h
Define function as static inline in try-catch-impl.h to allow it to
be used in kunit itself and tests.  Also remove unused
kunit_generic_try_catch

Co-developed-by: Knut Omang <knut.omang@oracle.com>
Signed-off-by: Knut Omang <knut.omang@oracle.com>
Signed-off-by: Alan Maguire <alan.maguire@oracle.com>
Reviewed-by: Brendan Higgins <brendanhiggins@google.com>
Tested-by: Brendan Higgins <brendanhiggins@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
2020-01-09 16:42:09 -07:00
..
assert.c kunit: move string-stream.h to lib/kunit 2020-01-09 16:41:05 -07:00
example-test.c kunit: test: add initial tests 2019-09-30 17:35:01 -06:00
Kconfig kunit: test: add initial tests 2019-09-30 17:35:01 -06:00
Makefile kunit: test: add tests for kunit test abort 2019-09-30 17:35:01 -06:00
string-stream-test.c kunit: move string-stream.h to lib/kunit 2020-01-09 16:41:05 -07:00
string-stream.c kunit: move string-stream.h to lib/kunit 2020-01-09 16:41:05 -07:00
string-stream.h kunit: move string-stream.h to lib/kunit 2020-01-09 16:41:05 -07:00
test-test.c kunit: hide unexported try-catch interface in try-catch-impl.h 2020-01-09 16:42:09 -07:00
test.c kunit: hide unexported try-catch interface in try-catch-impl.h 2020-01-09 16:42:09 -07:00
try-catch-impl.h kunit: hide unexported try-catch interface in try-catch-impl.h 2020-01-09 16:42:09 -07:00
try-catch.c kunit: hide unexported try-catch interface in try-catch-impl.h 2020-01-09 16:42:09 -07:00