test: Add a way to skip console checking until a string matches
authorSimon Glass <sjg@chromium.org>
Thu, 19 Aug 2021 03:40:33 +0000 (21:40 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 16 Sep 2021 18:39:40 +0000 (14:39 -0400)
commit2e09008c3c938dac28440d948a27b1c4190f36d2
tree13618b7abd3389e066642046463e61db576eb0c9
parentb9274095c2cd1ae42f232c823e9e9557696be91a
test: Add a way to skip console checking until a string matches

Some tests produce a lot of output that does not need to be individually
checked by an assertion. Add a macro to handle this.

Signed-off-by: Simon Glass <sjg@chromium.org>
include/test/ut.h
test/ut.c