summaryrefslogtreecommitdiffstats
path: root/spec/req/rtems/ratemon
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-08-19 10:18:31 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-08-19 11:29:34 +0200
commit6df984ee5fce8a09f3e98b8bc31268b2fcfa1408 (patch)
tree391f3f9d4fd4293cce66fe336f33b06feddfa4b4 /spec/req/rtems/ratemon
parentcontent: Strip function parameters (diff)
downloadrtems-central-6df984ee5fce8a09f3e98b8bc31268b2fcfa1408.tar.bz2
spec: Fix item format
Diffstat (limited to 'spec/req/rtems/ratemon')
-rw-r--r--spec/req/rtems/ratemon/val/ident.yml20
1 files changed, 10 insertions, 10 deletions
diff --git a/spec/req/rtems/ratemon/val/ident.yml b/spec/req/rtems/ratemon/val/ident.yml
index 7561c8c4..4494ecbd 100644
--- a/spec/req/rtems/ratemon/val/ident.yml
+++ b/spec/req/rtems/ratemon/val/ident.yml
@@ -1,14 +1,4 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
-copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-enabled-by: true
-includes: []
-links:
-- role: validation
- uid: ../ident
-local-includes:
-- support-object-ident-local.h
-target: testsuites/validation/tc-ratemon-ident.c
actions:
- action: |
${../../ident-local:/test-run}(
@@ -21,9 +11,18 @@ actions:
class objects defined by ${../../ident-local}.
links: []
brief: Test the ${/if/rtems/part/ident:/name} directive.
+copyrights:
+- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
description: null
+enabled-by: true
epilogue: null
fixture: null
+includes: []
+links:
+- role: validation
+ uid: ../ident
+local-includes:
+- support-object-ident-local.h
name: Classic Ratemon Ident
prologue: |
rtems_status_code sc;
@@ -42,4 +41,5 @@ support: |
{
return rtems_rate_monotonic_ident( name, id );
}
+target: testsuites/validation/tc-ratemon-ident.c
type: test-case