summaryrefslogtreecommitdiffstats
path: root/spec/req/rtems/part/val/ident.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/req/rtems/part/val/ident.yml')
-rw-r--r--spec/req/rtems/part/val/ident.yml20
1 files changed, 10 insertions, 10 deletions
diff --git a/spec/req/rtems/part/val/ident.yml b/spec/req/rtems/part/val/ident.yml
index 51aba7cc..d3aea036 100644
--- a/spec/req/rtems/part/val/ident.yml
+++ b/spec/req/rtems/part/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.h
-target: testsuites/validation/tc-part-ident.c
actions:
- action: |
${../../ident:/test-run}(
@@ -21,9 +11,18 @@ actions:
objects defined by ${../../ident}.
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.h
name: Classic Part Ident
prologue: |
static long area[32];
@@ -48,4 +47,5 @@ support: |
{
return rtems_partition_ident( name, node, id );
}
+target: testsuites/validation/tc-part-ident.c
type: test-case