summaryrefslogtreecommitdiffstats
path: root/spec/rtems/task/val/task.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/task/val/task.yml')
-rw-r--r--spec/rtems/task/val/task.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/spec/rtems/task/val/task.yml b/spec/rtems/task/val/task.yml
index e7caa97e..4964922a 100644
--- a/spec/rtems/task/val/task.yml
+++ b/spec/rtems/task/val/task.yml
@@ -126,6 +126,15 @@ test-actions:
- role: validation
uid: ../req/minimum-stack-size
- action-brief: |
+ Assert that ${../if/minimum-priority:/name} is a constant expression which
+ evaluates to the expected value.
+ action-code: |
+ RTEMS_STATIC_ASSERT( RTEMS_MINIMUM_PRIORITY == 1, MINIMUM_PRIORITY );
+ checks: []
+ links:
+ - role: validation
+ uid: ../req/minimum-priority
+- action-brief: |
Validate ${../if/self-define:/name} using a sample directive call.
action-code: |
rtems_status_code sc;