summaryrefslogtreecommitdiff
path: root/tests/test_common.h
diff options
context:
space:
mode:
authorBill Richardson <wfrichar@chromium.org>2015-03-05 16:51:39 -0800
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-03-11 07:50:34 +0000
commit271c071344beaacc45201c17406bcf3b4daece88 (patch)
tree5ba22014d89d97b75d2ec251bd386d170ee6995e /tests/test_common.h
parentd7e1e4f0befdda52ad48e5a8eb5fc49dbee40247 (diff)
downloadvboot-271c071344beaacc45201c17406bcf3b4daece88.tar.gz
futility: add tests for futil_file_type()
This adds a test to be sure we can identify the types of input files that futility can handle. BUG=none BRANCH=none TEST=make runtests Change-Id: Iff1dcc05530af2969a82d7c32599850bba59597a Signed-off-by: Bill Richardson <wfrichar@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/258501
Diffstat (limited to 'tests/test_common.h')
-rw-r--r--tests/test_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_common.h b/tests/test_common.h
index 9a84f505..34e39ed7 100644
--- a/tests/test_common.h
+++ b/tests/test_common.h
@@ -51,6 +51,7 @@ int TEST_SUCC(int result, const char* testname);
* Don't use \e as MSC does not recognize it as a valid escape sequence.
*/
#define COL_GREEN "\x1b[1;32m"
+#define COL_YELLOW "\x1b[1;33m"
#define COL_RED "\x1b[0;31m"
#define COL_STOP "\x1b[m"