summaryrefslogtreecommitdiff
path: root/test/gyro_cal.tasklist
diff options
context:
space:
mode:
Diffstat (limited to 'test/gyro_cal.tasklist')
-rw-r--r--test/gyro_cal.tasklist10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/gyro_cal.tasklist b/test/gyro_cal.tasklist
new file mode 100644
index 0000000000..7d28eb5b64
--- /dev/null
+++ b/test/gyro_cal.tasklist
@@ -0,0 +1,10 @@
+/* Copyright 2020 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)