summaryrefslogtreecommitdiffstats
path: root/testsuites/validation/tc-acfg.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-05-08 17:04:23 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-05-19 08:08:45 +0200
commit649dc37c8fcee2820a266afa9fe1938329801043 (patch)
tree10e68507ec42a3c97e5d0a34918c05359f0782e9 /testsuites/validation/tc-acfg.c
parentvalidation: Fix formatting (diff)
downloadrtems-649dc37c8fcee2820a266afa9fe1938329801043.tar.bz2
validation: Use spec:* references
Update #3716.
Diffstat (limited to 'testsuites/validation/tc-acfg.c')
-rw-r--r--testsuites/validation/tc-acfg.c15
1 files changed, 8 insertions, 7 deletions
diff --git a/testsuites/validation/tc-acfg.c b/testsuites/validation/tc-acfg.c
index 3902e287e1..03f5ceb3f8 100644
--- a/testsuites/validation/tc-acfg.c
+++ b/testsuites/validation/tc-acfg.c
@@ -132,11 +132,11 @@
*
* - Check the configured CONFIGURE_TASK_STACK_ALLOCATOR hook. Using the
* test stack allocator validates also
- * /acfg/if/init-task-construct-storage-size, since the
+ * spec:/acfg/if/init-task-construct-storage-size, since the
* test_task_stack_allocate() allocate handler only supports
* CONFIGURE_MAXIMUM_TASKS minus one stacks and the validation test for
- * /rtems/task/req/create-errors creates for some pre-condition variants
- * all tasks until RTEMS_TOO_MANY is returned. In addition,
+ * spec:/rtems/task/req/create-errors creates for some pre-condition
+ * variants all tasks until RTEMS_TOO_MANY is returned. In addition,
* test_task_stack_allocate() checks that the allocation size is greater
* than or equal to TEST_MINIMUM_STACK_SIZE which validates
* CONFIGURE_MINIMUM_TASK_STACK_SIZE.
@@ -342,11 +342,12 @@ static void AcfgValAcfg_Action_0( void )
/*
* Check the configured CONFIGURE_TASK_STACK_ALLOCATOR hook. Using the test
- * stack allocator validates also /acfg/if/init-task-construct-storage-size,
- * since the test_task_stack_allocate() allocate handler only supports
+ * stack allocator validates also
+ * spec:/acfg/if/init-task-construct-storage-size, since the
+ * test_task_stack_allocate() allocate handler only supports
* CONFIGURE_MAXIMUM_TASKS minus one stacks and the validation test for
- * /rtems/task/req/create-errors creates for some pre-condition variants all
- * tasks until RTEMS_TOO_MANY is returned. In addition,
+ * spec:/rtems/task/req/create-errors creates for some pre-condition variants
+ * all tasks until RTEMS_TOO_MANY is returned. In addition,
* test_task_stack_allocate() checks that the allocation size is greater than
* or equal to TEST_MINIMUM_STACK_SIZE which validates
* CONFIGURE_MINIMUM_TASK_STACK_SIZE.