summaryrefslogtreecommitdiff
path: root/test/mutex.tasklist
diff options
context:
space:
mode:
authorVic Yang <victoryang@chromium.org>2012-07-01 20:16:43 +0800
committerGerrit <chrome-bot@google.com>2012-07-02 01:48:27 -0700
commit1c0f99d13f8bae1cf25e268364ea2749cee49d01 (patch)
tree9b1fe4069a34e90e1a80c66e60c6dafd7860952a /test/mutex.tasklist
parentf4297440050a9fcedad96645ae9ee1606f61bbd0 (diff)
downloadchrome-ec-1c0f99d13f8bae1cf25e268364ea2749cee49d01.tar.gz
Fix compilation error of unit tests
VBOOTHASH task is needed for all unit tests to compile. Let's add it to all task lists. BUG=none TEST=all test build success. Change-Id: I378cd8bcdced193fe4751b33881f7d14ec88c935 Reviewed-on: https://gerrit.chromium.org/gerrit/26532 Reviewed-by: Rong Chang <rongchang@chromium.org> Commit-Ready: Vic Yang <victoryang@chromium.org> Tested-by: Vic Yang <victoryang@chromium.org>
Diffstat (limited to 'test/mutex.tasklist')
-rw-r--r--test/mutex.tasklist1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/mutex.tasklist b/test/mutex.tasklist
index 92b2ae72d7..54ed049101 100644
--- a/test/mutex.tasklist
+++ b/test/mutex.tasklist
@@ -6,6 +6,7 @@
*/
#define CONFIG_TASK_LIST \
TASK(WATCHDOG, watchdog_task, NULL) \
+ TASK(VBOOTHASH, vboot_hash_task, NULL) \
TASK(CONSOLE, console_task, NULL) \
TASK(MTX3C, mutex_random_task, NULL) \
TASK(MTX3B, mutex_random_task, NULL) \