summaryrefslogtreecommitdiffstats
path: root/rtemsspec/tests/spec-validation/rtm.yml
blob: d7809840d6920c85e77109ce026b23740769ca7e (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
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
enabled-by: true
links: []
params:
  sample-count: 100
test-brief: |
  Test brief.
test-cleanup:
  brief: |
    Cleanup brief.
  code: |
    /* Cleanup code */
  description: |
    Cleanup description.
test-context:
- brief: |
    Context member brief.
  description: |
    Context member description.
  member: |
    int member
test-context-support: |
  /* Context support code */
test-description: |
  Test description.
test-includes:
- u.h
test-local-includes:
- v.h
test-prepare: null
test-setup: null
test-stop:
  brief: |
    Stop brief.
  code: |
    /* Stop code */
  description: |
    Stop description.
test-support: |
  /* Support code */
test-target: tc34.c
test-teardown:
  brief: |
    Teardown brief.
  code: |
    /* Teardown code */
  description: |
    Teardown description.
type: runtime-measurement-test