]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit957853149c4c350f3fabe690ea5e0ab7b6c5912c
tree13618b7abd3389e066642046463e61db576eb0c9
parent0129c96b99b751ae227ec6b9ca1be587e3ffbbab
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