test: Add a flag for tests that need console recording
authorSimon Glass <sjg@chromium.org>
Wed, 29 Jul 2020 01:41:13 +0000 (19:41 -0600)
committerTom Rini <trini@konsulko.com>
Sat, 8 Aug 2020 02:31:32 +0000 (22:31 -0400)
commit132644f56ebb7399fb139d6b9c9e54ef0c218ea9
treedf8a2248a8443f6c02d8bf029d65f5b89c9197b0
parente180c2b129016baf21086eca73767844e7eff185
test: Add a flag for tests that need console recording

Allow tests that need console recording to be marked, so they can be
skipped if it is not available.

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