test: Use ut_asserteq_mem() where possible
authorSimon Glass <sjg@chromium.org>
Sun, 10 May 2020 18:52:45 +0000 (12:52 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 19 May 2020 18:01:47 +0000 (14:01 -0400)
commitf91f366bd56ef290b7b1f24a40a8be02c148d6d9
treed7c6b993a6fd5f5a4dea7731855baabde6ff16b1
parentd934b43a0294148267c88f22d47aa2ebd77512a5
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>
test/compression.c
test/dm/acpi.c
test/dm/axi.c
test/dm/dma.c
test/dm/eth.c
test/dm/i2c.c
test/dm/misc.c
test/dm/osd.c
test/dm/remoteproc.c
test/dm/sf.c
test/unicode_ut.c