summaryrefslogtreecommitdiff
path: root/spec/spec/test-suite.yml
blob: 48cdcdb7be899eeb7763b20da898e5c839a1c031 (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
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 & Co. KG
enabled-by: true
links:
- role: spec-member
  uid: root
- role: spec-refinement
  spec-key: type
  spec-value: memory-benchmark
  uid: root
- role: spec-refinement
  spec-key: type
  spec-value: test-suite
  uid: root
spec-description: null
spec-example: null
spec-info:
  dict:
    attributes:
      test-brief:
        description: |
          It shall be the test suite brief description.
        spec-type: str
      test-code:
        description: |
          It shall be the test suite code.  The test suite code is placed at
          file scope in the target source file.
        spec-type: str
      test-description:
        description: |
          It shall be the test suite description.
        spec-type: optional-str
      test-includes:
        description: |
          It shall be a list of header files included via ``#include <...>``.
        spec-type: list-str
      test-local-includes:
        description: |
          It shall be a list of header files included via ``#include "..."``.
        spec-type: list-str
      test-target:
        description: |
          It shall be the path to the generated target test suite source file.
        spec-type: str
    description: |
      This set of attributes specifies a test suite.
    mandatory-attributes: all
spec-name: Test Suite Item Type
spec-type: test-suite
type: spec