[rtems-central commit] spec: Add unit test link role

Sebastian Huber sebh at rtems.org
Wed Jun 23 08:06:59 UTC 2021


Module:    rtems-central
Branch:    master
Commit:    dff03a3a98a09ad71970ca3a9d008abf8b718206
Changeset: http://git.rtems.org/rtems-central/commit/?id=dff03a3a98a09ad71970ca3a9d008abf8b718206

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Jun 23 10:06:08 2021 +0200

spec: Add unit test link role

---

 spec/spec/unit-test-role.yml | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/spec/spec/unit-test-role.yml b/spec/spec/unit-test-role.yml
new file mode 100644
index 0000000..a93466f
--- /dev/null
+++ b/spec/spec/unit-test-role.yml
@@ -0,0 +1,27 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+copyrights:
+- Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
+enabled-by: true
+links:
+- role: spec-member
+  uid: root
+- role: spec-refinement
+  spec-key: role
+  spec-value: unit-test
+  uid: link
+spec-description: null
+spec-example: null
+spec-info:
+  dict:
+    attributes:
+      name:
+        description: |
+          It shall be the name of the software unit which is tested.
+        spec-type: str
+    description: |
+      It defines the unit test role of links.  The link target shall be the
+      glossary term which defines what a software unit is.
+    mandatory-attributes: all
+spec-name: Unit Test Link Role
+spec-type: unit-test-role
+type: spec



More information about the vc mailing list