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

2023-03-01 Thread Simon Glass
On Mon, 27 Feb 2023 at 12:55, Marek Vasut wrote: > > Add helper macro to test for empty lines, which is an inobvious > wrapper around ut_assert_nextline("%s", "") . > > Signed-off-by: Marek Vasut > --- > Cc: Heinrich Schuchardt > Cc: Simon Glass > Cc: Tom Rini > --- > include/test/ut.h | 4 ++

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

2023-02-27 Thread Marek Vasut
Add helper macro to test for empty lines, which is an inobvious wrapper around ut_assert_nextline("%s", "") . Signed-off-by: Marek Vasut --- Cc: Heinrich Schuchardt Cc: Simon Glass Cc: Tom Rini --- include/test/ut.h | 4 1 file changed, 4 insertions(+) diff --git a/include/test/ut.h b/i