diff options
author | 2022-01-25 13:00:10 -0800 | |
---|---|---|
committer | 2022-01-31 11:55:33 -0700 | |
commit | 064ff292aca500d6b911dca6abe1ece22620d475 (patch) | |
tree | d3c74374831a54fda8c9568ac3a2a784733ebbef /lib/kunit/assert.c | |
parent | kunit: remove va_format from kunit_assert (diff) | |
download | wireguard-linux-064ff292aca500d6b911dca6abe1ece22620d475.tar.xz wireguard-linux-064ff292aca500d6b911dca6abe1ece22620d475.zip |
kunit: consolidate KUNIT_INIT_BINARY_ASSERT_STRUCT macros
We currently have 2 other versions of KUNIT_INIT_BINARY_ASSERT_STRUCT.
The only differences are that
* the format funcition they pass is different
* the types of left_val/right_val should be different (integral,
pointer, string).
The latter doesn't actually matter since these macros are just plumbing
them along to KUNIT_ASSERTION where they will get type checked.
So combine them all into a single KUNIT_INIT_BINARY_ASSERT_STRUCT that
now also takes the format function as a parameter.
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 'lib/kunit/assert.c')
0 files changed, 0 insertions, 0 deletions