summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-09-18 10:35:24 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-09-18 10:35:24 +0200
commit46916c6303dda9ceda1b93b47740eb4fa593a5e3 (patch)
tree64e0560635039575b6439834fe60df138cad916a
parentspec: Delete resources in validation tests (diff)
downloadrtems-central-46916c6303dda9ceda1b93b47740eb4fa593a5e3.tar.bz2
spec: Fix attribute validation test
-rw-r--r--spec/rtems/attr/val/attr.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/rtems/attr/val/attr.yml b/spec/rtems/attr/val/attr.yml
index 83894365..c60aab1a 100644
--- a/spec/rtems/attr/val/attr.yml
+++ b/spec/rtems/attr/val/attr.yml
@@ -8,14 +8,14 @@ test-actions:
/* No action */
checks:
- check: |
- T_step_true( ${step}, IsPowerOfTwo( RTEMS_BARRIER_MANUAL_RELEASE ) );
+ T_step_true( ${step}, IsPowerOfTwo( RTEMS_BARRIER_AUTOMATIC_RELEASE ) );
description: |
- Check that RTEMS_BARRIER_MANUAL_RELEASE is a power of two.
+ Check that RTEMS_BARRIER_AUTOMATIC_RELEASE is a power of two.
links:
- role: validation
uid: ../req/bit-set
- role: validation
- uid: ../if/barrier-manual-release
+ uid: ../if/barrier-automatic-release
- check: |
T_step_true( ${step}, IsPowerOfTwo( RTEMS_BINARY_SEMAPHORE ) );
description: |