summaryrefslogtreecommitdiffstats
path: root/spec/build/testsuites
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-12-09 16:25:12 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-03-24 11:10:49 +0100
commitab2c04a86f59e46ef94a3335254a5ddd53fff632 (patch)
treee36105015a083deb654a06aa06c8169a3c265b6b /spec/build/testsuites
parentvalidation: Test SMP-specific aspects (diff)
downloadrtems-ab2c04a86f59e46ef94a3335254a5ddd53fff632.tar.bz2
validation: Test thread implementation
The test source code is generated from specification items by the "./spec2modules.py" script contained in the git://git.rtems.org/rtems-central.git Git repository. Please read the "How-To" section in the "Software Requirements Engineering" chapter of the RTEMS Software Engineering manual to get more information about the process. Update #3716.
Diffstat (limited to 'spec/build/testsuites')
-rw-r--r--spec/build/testsuites/validation/grp.yml4
-rw-r--r--spec/build/testsuites/validation/validation-no-clock-0.yml1
-rw-r--r--spec/build/testsuites/validation/validation-tls-0.yml20
-rw-r--r--spec/build/testsuites/validation/validation-tls-1.yml21
4 files changed, 46 insertions, 0 deletions
diff --git a/spec/build/testsuites/validation/grp.yml b/spec/build/testsuites/validation/grp.yml
index e955eb9e40..b7f481c56f 100644
--- a/spec/build/testsuites/validation/grp.yml
+++ b/spec/build/testsuites/validation/grp.yml
@@ -68,6 +68,10 @@ links:
uid: validation-timecounter-1
- role: build-dependency
uid: validation-timecounter-smp-0
+- role: build-dependency
+ uid: validation-tls-0
+- role: build-dependency
+ uid: validation-tls-1
type: build
use-after:
- validation
diff --git a/spec/build/testsuites/validation/validation-no-clock-0.yml b/spec/build/testsuites/validation/validation-no-clock-0.yml
index 96921a819b..1b5ac61c5f 100644
--- a/spec/build/testsuites/validation/validation-no-clock-0.yml
+++ b/spec/build/testsuites/validation/validation-no-clock-0.yml
@@ -69,6 +69,7 @@ source:
- testsuites/validation/tc-scheduler-remove-processor.c
- testsuites/validation/tc-sched-yield.c
- testsuites/validation/tc-score-fatal.c
+- testsuites/validation/tc-score-thread.c
- testsuites/validation/tc-sem-create.c
- testsuites/validation/tc-sem-flush.c
- testsuites/validation/tc-sem-ident.c
diff --git a/spec/build/testsuites/validation/validation-tls-0.yml b/spec/build/testsuites/validation/validation-tls-0.yml
new file mode 100644
index 0000000000..4b4e6bc740
--- /dev/null
+++ b/spec/build/testsuites/validation/validation-tls-0.yml
@@ -0,0 +1,20 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+build-type: test-program
+cflags: []
+copyrights:
+- Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
+cppflags: []
+cxxflags: []
+enabled-by: true
+features: c cprogram
+includes: []
+ldflags: []
+links: []
+source:
+- testsuites/validation/tc-score-thread-tls.c
+- testsuites/validation/ts-validation-tls-0.c
+stlib: []
+target: testsuites/validation/ts-validation-tls-0.exe
+type: build
+use-after: []
+use-before: []
diff --git a/spec/build/testsuites/validation/validation-tls-1.yml b/spec/build/testsuites/validation/validation-tls-1.yml
new file mode 100644
index 0000000000..78c2c143b2
--- /dev/null
+++ b/spec/build/testsuites/validation/validation-tls-1.yml
@@ -0,0 +1,21 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+build-type: test-program
+cflags: []
+copyrights:
+- Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
+cppflags: []
+cxxflags: []
+enabled-by: true
+features: c cprogram
+includes: []
+ldflags: []
+links: []
+source:
+- testsuites/validation/tc-score-thread-tls.c
+- testsuites/validation/tc-score-thread-tls-max-zero.c
+- testsuites/validation/ts-validation-tls-1.c
+stlib: []
+target: testsuites/validation/ts-validation-tls-1.exe
+type: build
+use-after: []
+use-before: []