summaryrefslogtreecommitdiff
path: root/rtemsspec/tests/spec-packagebuild/rtems/test-case.yml
blob: 910a28a40a92000cfeb6ed9ed17b81d7d69b4416 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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