Skip to content
  • Simon Glass's avatar
    test: Add a way to check part of a console line or skip it · 33d7edfd
    Simon Glass authored and Tom Rini's avatar Tom Rini committed
    
    
    Some lines of the output are not worth testing, or not worth testing in
    their entirety. For example, when checking a hex dump we know that the
    hex-dump routine can display ASCII so we only need to check the hex bytes,
    not the ASCII dump. Add a new test macros which can check only part of
    a console line.
    
    Sometimes it is useful to skip a line altogether, so add a macro for that
    also.
    
    Signed-off-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
    33d7edfd