summaryrefslogtreecommitdiff
path: root/cts/common/cts_testlist.h
diff options
context:
space:
mode:
authorChris Chen <twothreecc@google.com>2016-07-11 14:52:05 -0700
committerchrome-bot <chrome-bot@chromium.org>2016-07-21 13:13:43 -0700
commit3e98dec612af459ef0c457c206e55dbe11b5ecbe (patch)
tree6853e5f42521fad6af8eed98007ad6da16616d54 /cts/common/cts_testlist.h
parent5df351f63cbe3834ae8f2df401f70cd04c99b5fe (diff)
downloadchrome-ec-3e98dec612af459ef0c457c206e55dbe11b5ecbe.tar.gz
cts: Added file to list error codes as integers
BRANCH=None BUG=None TEST=Manual - Connect handshake and gpio test lines between th and dut - Build tests - run 'cat /dev/ttyACM0' in one terminal - run 'cat /def/ttyACM1' in another - Flash boards - All test results print their test name followed by a space and and integer error code Change-Id: If52e9b50705779b3a291e2d0f6b0721a5b6197d8 Reviewed-on: https://chromium-review.googlesource.com/359988 Commit-Ready: Chris Chen <twothreecc@google.com> Tested-by: Chris Chen <twothreecc@google.com> Reviewed-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'cts/common/cts_testlist.h')
-rw-r--r--cts/common/cts_testlist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cts/common/cts_testlist.h b/cts/common/cts_testlist.h
index 8f560d674d..a9a53c56f6 100644
--- a/cts/common/cts_testlist.h
+++ b/cts/common/cts_testlist.h
@@ -4,7 +4,7 @@
*/
struct cts_test {
- enum cts_error_code (*run)(void);
+ enum cts_rc (*run)(void);
char *name;
};