summaryrefslogtreecommitdiff
path: root/spec/spec/test-suite.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-08-14 08:57:04 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-08-19 11:29:34 +0200
commit48d7a6858582560f763a51ed2ddb48fbeb079573 (patch)
tree8540ba8ec2220a2afafaa2f74bd605a41b4659b9 /spec/spec/test-suite.yml
parentb7e749b65fc22afd8eca5498a3931b81429146b8 (diff)
spec: Unify test attribute keys
Diffstat (limited to 'spec/spec/test-suite.yml')
-rw-r--r--spec/spec/test-suite.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/spec/spec/test-suite.yml b/spec/spec/test-suite.yml
index 35c99ff0..e8d7aaae 100644
--- a/spec/spec/test-suite.yml
+++ b/spec/spec/test-suite.yml
@@ -14,28 +14,28 @@ spec-example: null
spec-info:
dict:
attributes:
- brief:
+ test-brief:
description: |
It shall be the test suite brief description.
spec-type: str
- code:
+ 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
- description:
+ test-description:
description: |
It shall be the test suite description.
spec-type: optional-str
- includes:
+ test-includes:
description: |
It shall be a list of header files included via ``#include <...>``.
spec-type: list-str
- local-includes:
+ test-local-includes:
description: |
It shall be a list of header files included via ``#include "..."``.
spec-type: list-str
- target:
+ test-target:
description: |
It shall be the path to the generated target test suite source file.
spec-type: str