summaryrefslogtreecommitdiff
path: root/board/strago/ec.tasklist
diff options
context:
space:
mode:
authorNicolas Boichat <drinkcat@chromium.org>2018-05-25 06:21:45 +0800
committerchrome-bot <chrome-bot@chromium.org>2018-05-26 00:21:41 -0700
commit920d4bc14b082f1cbd8635134f8d22a94c4afb28 (patch)
treec5fe41e04b657740b77a40333d891372c2624324 /board/strago/ec.tasklist
parent5c5eba404c9ec8c1d728f5f6691a110aea1efbb0 (diff)
downloadchrome-ec-920d4bc14b082f1cbd8635134f8d22a94c4afb28.tar.gz
Makefile.rules: Add buildalltests target
In rare cases, it is useful to be able to build tests for all boards: buildall only builds the main image, but -paladin builders also builds test cases for each board. Also remove/fix tests for boards that currently fail. BRANCH=none BUG=b:35647963 TEST=make buildalltests -j, wait a long time, tests pass. Change-Id: Id6d978705a40a2045731cb08ad2ca5d62cc12ebb Signed-off-by: Nicolas Boichat <drinkcat@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/1072218 Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
Diffstat (limited to 'board/strago/ec.tasklist')
-rw-r--r--board/strago/ec.tasklist2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/strago/ec.tasklist b/board/strago/ec.tasklist
index 9f3ed29b08..8bfbd24c21 100644
--- a/board/strago/ec.tasklist
+++ b/board/strago/ec.tasklist
@@ -21,7 +21,7 @@
TASK_ALWAYS(ALS, als_task, NULL, TASK_STACK_SIZE) \
TASK_ALWAYS(USB_CHG_P0, usb_charger_task, NULL, TASK_STACK_SIZE) \
TASK_ALWAYS(CHARGER, charger_task, NULL, TASK_STACK_SIZE) \
- TASK_NOTEST(MOTIONSENSE, motion_sense_task, NULL, LARGER_TASK_STACK_SIZE) \
+ TASK_ALWAYS(MOTIONSENSE, motion_sense_task, NULL, LARGER_TASK_STACK_SIZE) \
TASK_NOTEST(CHIPSET, chipset_task, NULL, LARGER_TASK_STACK_SIZE) \
TASK_NOTEST(KEYPROTO, keyboard_protocol_task, NULL, TASK_STACK_SIZE) \
TASK_NOTEST(PDCMD, pd_command_task, NULL, TASK_STACK_SIZE) \