]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit5e4e20d3cbfd46742d4f6b8a607031a6cc0364a1
treed7c6b993a6fd5f5a4dea7731855baabde6ff16b1
parent789a1d9b2eddf827fb9abf5a38a74b62b0ebbc37
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