summaryrefslogtreecommitdiff
path: root/test/adapter.tasklist
diff options
context:
space:
mode:
Diffstat (limited to 'test/adapter.tasklist')
-rw-r--r--test/adapter.tasklist3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/adapter.tasklist b/test/adapter.tasklist
index c90588cbf5..8ef20bab32 100644
--- a/test/adapter.tasklist
+++ b/test/adapter.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)