summaryrefslogtreecommitdiffstats
path: root/spec/rtems/type/val/type.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/type/val/type.yml')
-rw-r--r--spec/rtems/type/val/type.yml9
1 files changed, 8 insertions, 1 deletions
diff --git a/spec/rtems/type/val/type.yml b/spec/rtems/type/val/type.yml
index b049b450..ae38f9b5 100644
--- a/spec/rtems/type/val/type.yml
+++ b/spec/rtems/type/val/type.yml
@@ -1,6 +1,6 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
copyrights:
-- Copyright (C) 2021 embedded brains GmbH & Co. KG
+- Copyright (C) 2021, 2023 embedded brains GmbH & Co. KG
enabled-by: true
links: []
test-actions:
@@ -35,6 +35,13 @@ test-actions:
links:
- role: validation
uid: ../req/no-timeout
+ - brief: |
+ Check that ${../if/no-timeout:/name} evaluates to a value of zero.
+ code: |
+ T_eq_u32( RTEMS_NO_TIMEOUT, 0 );
+ links:
+ - role: validation
+ uid: ../req/no-timeout
links: []
test-brief: |
Tests some ${../if/group:/name} interfaces.