summaryrefslogtreecommitdiff
path: root/rtemsspec/tests/spec-packagebuild/rtems/test-case.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-11-21 11:13:16 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-11-21 11:15:25 +0100
commit82d2dbe09683c898e1999e2314de6fac4ccad740 (patch)
tree07de2354a1e0de24222687cf39fe61800e520917 /rtemsspec/tests/spec-packagebuild/rtems/test-case.yml
parent61a4f93ed2e6f8353cac2cbd43a52b39cb8ef1c9 (diff)
rtems: Add RTEMSItemCache
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