commit | 8abbbf245ff9b78429c95528369913e472cef0be | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | Thu Mar 02 04:08:24 2023 +0100 |
committer | Simon Glass <sjg@chromium.org> | Wed Mar 08 11:40:57 2023 -0800 |
tree | fa8b86146c3829736ec51f58f0ab4892253c0eab | |
parent | eeaae336b1358ce1d7bc6b1b499b05561db389ad [diff] |
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>