summaryrefslogtreecommitdiff
path: root/test/pingpong.tasklist
diff options
context:
space:
mode:
authorVic Yang <victoryang@chromium.org>2012-07-13 16:15:15 +0800
committerGerrit <chrome-bot@google.com>2012-07-13 02:10:46 -0700
commitdbefb29f028108c6faadb40acebf942dfe51b92c (patch)
treef1faedf8b99ac05ebb186e9a11cc64f94d3033bb /test/pingpong.tasklist
parent1bd61468929bdd4907d02d56b9144d654b6ad272 (diff)
downloadchrome-ec-dbefb29f028108c6faadb40acebf942dfe51b92c.tar.gz
Fix unit tests
Recently, there have been several changes to LPC and host command modules. This CL fixes unit tests after these changes. BUG=none TEST=All test passed. Change-Id: I263716899af78a61e324fcd0b2636b948617a264 Reviewed-on: https://gerrit.chromium.org/gerrit/27354 Reviewed-by: Rong Chang <rongchang@chromium.org> Tested-by: Vic Yang <victoryang@chromium.org> Commit-Ready: Vic Yang <victoryang@chromium.org>
Diffstat (limited to 'test/pingpong.tasklist')
-rw-r--r--test/pingpong.tasklist1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/pingpong.tasklist b/test/pingpong.tasklist
index 28cc227280..ce8f7febd9 100644
--- a/test/pingpong.tasklist
+++ b/test/pingpong.tasklist
@@ -7,6 +7,7 @@
#define CONFIG_TASK_LIST \
TASK(WATCHDOG, watchdog_task, NULL) \
TASK(VBOOTHASH, vboot_hash_task, NULL) \
+ TASK(HOSTCMD, host_command_task, NULL) \
TASK(CONSOLE, console_task, NULL) \
TASK(TESTA, TaskAbc, (void *)'A') \
TASK(TESTB, TaskAbc, (void *)'B') \