commit | f91f366bd56ef290b7b1f24a40a8be02c148d6d9 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun May 10 12:52:45 2020 -0600 |
committer | Tom Rini <trini@konsulko.com> | Tue May 19 14:01:47 2020 -0400 |
tree | d7c6b993a6fd5f5a4dea7731855baabde6ff16b1 | |
parent | d934b43a0294148267c88f22d47aa2ebd77512a5 [diff] |
test: Use ut_asserteq_mem() where possible Quite a few tests still use ut_assertok(memcmp(...)) and variants. Modify them to use the macro designed for this purpose. Suggested-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com> Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com>