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+rene...@mailbox.org> Reviewed-by: Simon Glass <s...@chromium.org> --- Cc: Heinrich Schuchardt <heinrich.schucha...@canonical.com> Cc: Simon Glass <s...@chromium.org> Cc: Tom Rini <tr...@konsulko.com> --- V2: Add RB from Simon --- include/test/ut.h | 4 ++++ 1 file changed, 4 insertions(+) Applied to u-boot-dm/next, thanks!