Changeset 2ec2fbb in rtems-central
- Timestamp:
- 11/18/21 07:54:46 (7 months ago)
- Branches:
- master
- Children:
- cd9d0ad
- Parents:
- bd9519d
- git-author:
- Sebastian Huber <sebastian.huber@…> (11/18/21 07:54:46)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (11/19/21 07:22:34)
- Location:
- spec/rtems/task
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/rtems/task/val/task.yml
rbd9519d r2ec2fbb 127 127 uid: ../req/minimum-stack-size 128 128 - action-brief: | 129 Assert that ${../if/minimum-priority:/name} is a constant expression which 130 evaluates to the expected value. 131 action-code: | 132 RTEMS_STATIC_ASSERT( RTEMS_MINIMUM_PRIORITY == 1, MINIMUM_PRIORITY ); 133 checks: [] 134 links: 135 - role: validation 136 uid: ../req/minimum-priority 137 - action-brief: | 129 138 Validate ${../if/self-define:/name} using a sample directive call. 130 139 action-code: |
Note: See TracChangeset
for help on using the changeset viewer.