summaryrefslogtreecommitdiff
path: root/test/math_util.tasklist
diff options
context:
space:
mode:
authorGwendal Grignou <gwendal@chromium.org>2015-07-21 15:01:05 -0700
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-07-22 03:39:52 +0000
commitd1002e798ec91e9c570f11613f80e73f381123ae (patch)
tree78a42bf4e1c94f57207b7cc12af2c3db0fb9233b /test/math_util.tasklist
parentd6614b09544d7e485a4ae4e58c496e534d67768c (diff)
downloadchrome-ec-d1002e798ec91e9c570f11613f80e73f381123ae.tar.gz
common: Untie math_util from motion sense.
math library can be set independentely. It is implied when motion sensor drivers are compiled in. BRANCH=smaug TEST=Build strago board specific tests, host test and ran ryu image. BUG=chromium:512329 Change-Id: I743ea7b44e4a3783602c11f3928cb3fa4b105ec4 Signed-off-by: Gwendal Grignou <gwendal@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/287371 Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
Diffstat (limited to 'test/math_util.tasklist')
-rw-r--r--test/math_util.tasklist3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/math_util.tasklist b/test/math_util.tasklist
index 60688f9c34..f6dffa16e8 100644
--- a/test/math_util.tasklist
+++ b/test/math_util.tasklist
@@ -14,5 +14,4 @@
* 'd' in an opaque parameter passed to the routine at startup
* 's' is the stack size in bytes; must be a multiple of 8
*/
-#define CONFIG_TEST_TASK_LIST \
- TASK_TEST(MOTIONSENSE, motion_sense_task, NULL, TASK_STACK_SIZE)
+#define CONFIG_TEST_TASK_LIST /* No test task */