test: Add ut_assert_nextline_empty() empty line helper
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Thu, 2 Mar 2023 03:08:24 +0000 (04:08 +0100)
committerSimon Glass <sjg@chromium.org>
Thu, 9 Mar 2023 16:50:47 +0000 (08:50 -0800)
commit967e7078b77f8bfcc3374dba057140b4433b9bd2
treec502169fe99466e52872fa00f66da9a2e57b4feb
parent4e6d0305506ccb347401f770bed8f35e4c56aac2
test: Add ut_assert_nextline_empty() empty line helper

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@mailbox.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
include/test/ut.h