summaryrefslogtreecommitdiff
path: root/test/motion_sense_fifo.tasklist
diff options
context:
space:
mode:
Diffstat (limited to 'test/motion_sense_fifo.tasklist')
-rw-r--r--test/motion_sense_fifo.tasklist10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/motion_sense_fifo.tasklist b/test/motion_sense_fifo.tasklist
new file mode 100644
index 0000000000..0e3696c3f0
--- /dev/null
+++ b/test/motion_sense_fifo.tasklist
@@ -0,0 +1,10 @@
+/* Copyright 2019 The Chromium OS Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+/**
+ * See CONFIG_TASK_LIST in config.h for details.
+ */
+#define CONFIG_TEST_TASK_LIST \
+ TASK_TEST(MOTIONSENSE, motion_sense_task, NULL, TASK_STACK_SIZE)