[PATCH v2 11/32] test: Add ut_assert_nextline_empty() empty line helper

Simon Glass sjg at chromium.org
Wed Mar 8 23:16:58 CET 2023


Add helper macro to test for empty lines, which is an inobvious
wrapper around ut_assert_nextline("%s", "") .

Signed-off-by: Marek Vasut <marek.vasut+renesas at mailbox.org>
Reviewed-by: Simon Glass <sjg at chromium.org>
---
Cc: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
Cc: Simon Glass <sjg at chromium.org>
Cc: Tom Rini <trini at konsulko.com>
---
V2: Add RB from Simon
---
 include/test/ut.h | 4 ++++
 1 file changed, 4 insertions(+)

Applied to u-boot-dm/next, thanks!


More information about the U-Boot mailing list