From ab2c04a86f59e46ef94a3335254a5ddd53fff632 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 9 Dec 2021 16:25:12 +0100 Subject: 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. --- spec/build/testsuites/validation/grp.yml | 4 ++++ .../testsuites/validation/validation-no-clock-0.yml | 1 + .../testsuites/validation/validation-tls-0.yml | 20 ++++++++++++++++++++ .../testsuites/validation/validation-tls-1.yml | 21 +++++++++++++++++++++ 4 files changed, 46 insertions(+) create mode 100644 spec/build/testsuites/validation/validation-tls-0.yml create mode 100644 spec/build/testsuites/validation/validation-tls-1.yml (limited to 'spec/build/testsuites') 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: [] -- cgit v1.2.3