summaryrefslogtreecommitdiffstats
path: root/spec/testsuites/validation-2.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-04-29 09:15:04 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-04-29 16:45:46 +0200
commitaa6a1f46102ccf67359be53d9fcbf6b50f6deb30 (patch)
tree8a2d1bb34473fc9759d0ccd07f0a3f6ef0cf2bf6 /spec/testsuites/validation-2.yml
parentspec: Link general glossary to to root requirement (diff)
downloadrtems-central-aa6a1f46102ccf67359be53d9fcbf6b50f6deb30.tar.bz2
spec: Add test suite name attribute
Diffstat (limited to 'spec/testsuites/validation-2.yml')
-rw-r--r--spec/testsuites/validation-2.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/testsuites/validation-2.yml b/spec/testsuites/validation-2.yml
index 39296082..41cc39c1 100644
--- a/spec/testsuites/validation-2.yml
+++ b/spec/testsuites/validation-2.yml
@@ -8,7 +8,7 @@ test-brief: |
basic tests without a ${/glossary/clock-driver:/term} for all specified
managers and functions.
test-code: |
- const char rtems_test_name[] = "Validation2";
+ const char rtems_test_name[] = "${.:/test-suite-name}";
#define CONFIGURE_MAXIMUM_PROCESSORS 4
@@ -20,5 +20,6 @@ test-description: |
scheduler are provided using up to four processors.
test-includes: []
test-local-includes: []
+test-suite-name: Validation2
test-target: testsuites/validation/ts-validation-2.c
type: test-suite