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.
This commit is contained in:
Sebastian Huber
2021-12-09 16:25:12 +01:00
parent 4a8f4b7202
commit ab2c04a86f
9 changed files with 670 additions and 0 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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: []

View File

@@ -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: []