summaryrefslogtreecommitdiff
path: root/test/flash.tasklist
diff options
context:
space:
mode:
Diffstat (limited to 'test/flash.tasklist')
-rw-r--r--test/flash.tasklist3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/flash.tasklist b/test/flash.tasklist
index 26cfc53453..98ba7a6c83 100644
--- a/test/flash.tasklist
+++ b/test/flash.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 task */
+#define CONFIG_TEST_TASK_LIST \
+ TASK_TEST(TEST, TaskTest, NULL, TASK_STACK_SIZE)