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 aaa89ce45c..8ef20bab32 100644
--- a/test/thermal.tasklist
+++ b/test/thermal.tasklist
@@ -14,4 +14,5 @@
* '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 tasks */
+#define CONFIG_TEST_TASK_LIST \
+ TASK_TEST(CHIPSET, chipset_task, NULL, TASK_STACK_SIZE)