alistair23-linux/lib/kunit
Brendan Higgins 6b229e593f kunit: test: add assertion printing library
Add `struct kunit_assert` and friends which provide a structured way to
capture data from an expectation or an assertion (introduced later in
the series) so that it may be printed out in the event of a failure.

Signed-off-by: Brendan Higgins <brendanhiggins@google.com>
Reviewed-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
2019-09-30 17:35:00 -06:00
..
assert.c kunit: test: add assertion printing library 2019-09-30 17:35:00 -06:00
Kconfig
Makefile kunit: test: add assertion printing library 2019-09-30 17:35:00 -06:00
string-stream.c kunit: test: add string_stream a std::stream like string builder 2019-09-30 17:35:00 -06:00
test.c