forked from Imagelibrary/rtems
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
20
spec/build/testsuites/validation/validation-tls-0.yml
Normal file
20
spec/build/testsuites/validation/validation-tls-0.yml
Normal 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: []
|
||||
21
spec/build/testsuites/validation/validation-tls-1.yml
Normal file
21
spec/build/testsuites/validation/validation-tls-1.yml
Normal 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: []
|
||||
Reference in New Issue
Block a user