summaryrefslogtreecommitdiffstats
path: root/rtemsspec/tests/spec-validation/tc2.yml
blob: 040f604bc4024bad803f5b6e543c5ff40e0d91dd (plain) (blame)
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
copyrights:
- Copyright (C) 2020 embedded brains GmbH & Co. KG
enabled-by: true
links: []
test-actions:
- action-brief: |
    Test case 2 action 0 description.
  action-code: |
    /* Test case 2 action 0 code */
  checks:
  - brief: |
      Test case 2 action 0 check 0 description.
    code: |
      /* Test case 2 action 0 check 0 code */
    links: []
  - brief: |
      Test case 2 action 0 check 1 description.
    code: |
      /* Test case 2 action 0 check 1 code */
    links: []
  links: []
- action-brief: |
    Test case 2 action 1 description.
  action-code: |
    /* Test case 2 action 1 code */
  checks: []
  links: []
test-brief: Test case 2 brief description.
test-context:
- brief: |
    Context member brief.
  description: |
    Context member description.
  member: |
    int member
test-context-support: null
test-description: Test case 2 description.
test-header: null
test-includes:
- b.h
test-local-includes:
- y.h
test-setup:
  brief: |
    Setup brief.
  code: |
    /* Setup code */
  description: |
    Setup description.
test-stop: null
test-support: null
test-target: tc12.c
test-teardown: null
type: test-case