summaryrefslogtreecommitdiffstats
path: root/spec/rtems/task/req
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/task/req')
-rw-r--r--spec/rtems/task/req/ident.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/rtems/task/req/ident.yml b/spec/rtems/task/req/ident.yml
index b505199b..964c6532 100644
--- a/spec/rtems/task/req/ident.yml
+++ b/spec/rtems/task/req/ident.yml
@@ -81,6 +81,7 @@ test-header: null
test-includes: []
test-local-includes:
- tr-object-ident.h
+- ts-config.h
test-prepare: null
test-setup:
brief: null
@@ -111,7 +112,7 @@ test-support: |
RTEMS_ALIGNED( RTEMS_TASK_STORAGE_ALIGNMENT )
static char ClassicTaskIdentStorage[
RTEMS_TASK_STORAGE_SIZE(
- MAX_TLS_SIZE + RTEMS_MINIMUM_STACK_SIZE,
+ MAX_TLS_SIZE + TEST_MINIMUM_STACK_SIZE,
TASK_ATTRIBUTES
)
];