summaryrefslogtreecommitdiff
path: root/test/nvidia_gpu.tasklist
diff options
context:
space:
mode:
Diffstat (limited to 'test/nvidia_gpu.tasklist')
-rw-r--r--test/nvidia_gpu.tasklist10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/nvidia_gpu.tasklist b/test/nvidia_gpu.tasklist
new file mode 100644
index 0000000000..8918b4ee2f
--- /dev/null
+++ b/test/nvidia_gpu.tasklist
@@ -0,0 +1,10 @@
+/* Copyright 2022 The ChromiumOS Authors
+ * 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(CHIPSET, chipset_task, NULL, TASK_STACK_SIZE)