summaryrefslogtreecommitdiff
path: root/rtemsspec/tests/spec-packagebuild/rtems/test-case.yml
diff options
context:
space:
mode:
Diffstat (limited to 'rtemsspec/tests/spec-packagebuild/rtems/test-case.yml')
-rw-r--r--rtemsspec/tests/spec-packagebuild/rtems/test-case.yml34
1 files changed, 34 insertions, 0 deletions
diff --git a/rtemsspec/tests/spec-packagebuild/rtems/test-case.yml b/rtemsspec/tests/spec-packagebuild/rtems/test-case.yml
new file mode 100644
index 00000000..910a28a4
--- /dev/null
+++ b/rtemsspec/tests/spec-packagebuild/rtems/test-case.yml
@@ -0,0 +1,34 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+copyrights:
+- Copyright (C) 2023 embedded brains GmbH & Co. KG
+enabled-by: true
+links: []
+test-actions:
+- action-brief: |
+ Brief.
+ action-code: |
+ int i;
+ checks:
+ - brief: |
+ Check.
+ code: |
+ T_eq_int( identity( i ), i );
+ links:
+ - role: validation
+ uid: req
+ links: []
+test-brief: |
+ Brief.
+test-context: []
+test-context-support: null
+test-description: null
+test-header: null
+test-includes:
+- header.h
+test-local-includes: []
+test-setup: null
+test-stop: null
+test-support: null
+test-target: testsuites/validation/tc-identity.c
+test-teardown: null
+type: test-case