summaryrefslogtreecommitdiff
path: root/test/thermal.tasklist
diff options
context:
space:
mode:
Diffstat (limited to 'test/thermal.tasklist')
-rw-r--r--test/thermal.tasklist3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/thermal.tasklist b/test/thermal.tasklist
index ab0b5484f5..6978d1aca9 100644
--- a/test/thermal.tasklist
+++ b/test/thermal.tasklist
@@ -15,4 +15,5 @@
* 's' is the stack size in bytes; must be a multiple of 8
*/
#define CONFIG_TEST_TASK_LIST \
- TASK_TEST(THERMAL, thermal_task, NULL, TASK_STACK_SIZE)
+ TASK_TEST(THERMAL, thermal_task, NULL, TASK_STACK_SIZE) \
+ TASK_TEST(CHIPSET, chipset_task, NULL, TASK_STACK_SIZE)