commit | 6b229e593ff9ac2fd8d83c3654e0f39fa1d49a67 | [log] [tgz] |
---|---|---|
author | Brendan Higgins <brendanhiggins@google.com> | Mon Sep 23 02:02:34 2019 -0700 |
committer | Shuah Khan <skhan@linuxfoundation.org> | Mon Sep 30 17:35:00 2019 -0600 |
tree | 831d3c4ce1d207ce31c31c4615d8b75d6438f2e8 | |
parent | d1fadef194008b22d7d9608426cad29d4bb69ab9 [diff] |
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>