diff options
| author | Tom Rini <[email protected]> | 2023-03-10 16:01:52 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-03-10 16:01:52 -0500 |
| commit | 6c1cdf158c4f3ccc8c5f9552f049a3386899dcd2 (patch) | |
| tree | 37db36056c6b35523716dcce500096505403c89f /include | |
| parent | b08ffdffdce95e267e782366f4a77bf6b5537b28 (diff) | |
| parent | aa89aebb17531a3e8b6729c812a68d5e37008730 (diff) | |
Merge tag 'dm-pull-10mar23' of https://source.denx.de/u-boot/custodians/u-boot-dm
fixes and tests for the fdt command
Diffstat (limited to 'include')
| -rw-r--r-- | include/test/ut.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/test/ut.h b/include/test/ut.h index 4d00b4eeca1..2b0dab32f68 100644 --- a/include/test/ut.h +++ b/include/test/ut.h @@ -334,6 +334,10 @@ int ut_check_console_dump(struct unit_test_state *uts, int total_bytes); return CMD_RET_FAILURE; \ } \ +/* Assert that the next console output line is empty */ +#define ut_assert_nextline_empty() \ + ut_assert_nextline("%s", "") + /** * ut_check_free() - Return the number of bytes free in the malloc() pool * |
