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>
Wed, 8 Mar 2023 19:40:57 +0000 (11:40 -0800)
commit8f4c9993c05d22ec5ba86c9fb8526ea65b847281
treefa8b86146c3829736ec51f58f0ab4892253c0eab
parent95d85d0da4ae13946325c39a0dffefcbeaa07a38
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