summaryrefslogtreecommitdiff
path: root/test/pingpong.tasklist
diff options
context:
space:
mode:
authorVic Yang <victoryang@chromium.org>2013-04-11 10:48:15 +0800
committerChromeBot <chrome-bot@google.com>2013-04-11 11:29:31 -0700
commite3ca6d7d0988f1a17a40c3e084e3b5851bedd91a (patch)
tree03124d9c0ee699fd6afc35960c7ec20eb0cc67bd /test/pingpong.tasklist
parente5f4032866d703735808f934375d31072ff8603b (diff)
downloadchrome-ec-e3ca6d7d0988f1a17a40c3e084e3b5851bedd91a.tar.gz
Fix pingpong test
This fixes outdated uart_printf calls and also put the test behind a console command 'runtest'. The console command returns 'Pass' or 'Fail'. BUG=chrome-os-partner:18598 TEST=Run pingpong test on Spring BRANCH=none Change-Id: Ia2c439685447e42b278556ca66c9f080d4cafe11 Signed-off-by: Vic Yang <victoryang@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/47831 Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
Diffstat (limited to 'test/pingpong.tasklist')
-rw-r--r--test/pingpong.tasklist3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/pingpong.tasklist b/test/pingpong.tasklist
index 8be6c58c52..1dd8aa3b91 100644
--- a/test/pingpong.tasklist
+++ b/test/pingpong.tasklist
@@ -17,4 +17,5 @@
#define CONFIG_TEST_TASK_LIST \
TASK_TEST(TESTA, TaskAbc, NULL, TASK_STACK_SIZE) \
TASK_TEST(TESTB, TaskAbc, NULL, TASK_STACK_SIZE) \
- TASK_TEST(TESTC, TaskAbc, NULL, TASK_STACK_SIZE)
+ TASK_TEST(TESTC, TaskAbc, NULL, TASK_STACK_SIZE) \
+ TASK_TEST(TICK, TaskTick, NULL, 256)