commit | 967e7078b77f8bfcc3374dba057140b4433b9bd2 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | Thu Mar 02 04:08:24 2023 +0100 |
committer | Simon Glass <sjg@chromium.org> | Thu Mar 09 08:50:47 2023 -0800 |
tree | c502169fe99466e52872fa00f66da9a2e57b4feb | |
parent | 4e6d0305506ccb347401f770bed8f35e4c56aac2 [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>