summaryrefslogtreecommitdiff
path: root/test/utils_str.tasklist
diff options
context:
space:
mode:
authorHenry Sun <henrysun@google.com>2019-12-17 13:59:47 +0800
committerCommit Bot <commit-bot@chromium.org>2020-05-27 07:17:02 +0000
commit05763ab160f1fa395d80b7159b3d71e30e6045c5 (patch)
treeed02b006498b0eaaa0743f92ca8328b2641c2ed4 /test/utils_str.tasklist
parentb3af8a7125cef37701af5466fd30064b1bf4ee02 (diff)
downloadchrome-ec-05763ab160f1fa395d80b7159b3d71e30e6045c5.tar.gz
gsctool: fast forward to cros/factory-coral-10122.B
Checkout gsctool related files from coral factory branch git checkout cros/factory-coral-10122.B -- \ include/ util/ test/ board/cr50/ chip/g BRANCH=reef BUG=b:145473707 TEST=emerge-reef ec-utils TEST=build test image with dependent changes, check gsctool was compiled out. Cq-Depend: chromium:1970774 Cq-Depend: chromium:1970516 Cq-Depend: chromium:1970517 Cq-Depend: chromium:1970518 Cq-Depend: chromium:1970519 Change-Id: I1b602d65b662ad25e4f46ab285894052e99949ca Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1970673 Reviewed-by: Henry Sun <henrysun@google.com> Tested-by: Henry Sun <henrysun@google.com> Commit-Queue: Henry Sun <henrysun@google.com>
Diffstat (limited to 'test/utils_str.tasklist')
-rw-r--r--test/utils_str.tasklist17
1 files changed, 17 insertions, 0 deletions
diff --git a/test/utils_str.tasklist b/test/utils_str.tasklist
new file mode 100644
index 0000000000..e241aab4bb
--- /dev/null
+++ b/test/utils_str.tasklist
@@ -0,0 +1,17 @@
+/* Copyright 2017 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.
+ */
+
+/**
+ * List of enabled tasks in the priority order
+ *
+ * The first one has the lowest priority.
+ *
+ * For each task, use the macro TASK_TEST(n, r, d, s) where :
+ * 'n' in the name of the task
+ * 'r' in the main routine of the task
+ * '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 /* No test task */