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. --- .../build/testsuites/validation/validation-tls-0.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 spec/build/testsuites/validation/validation-tls-0.yml (limited to 'spec/build/testsuites/validation/validation-tls-0.yml') 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: [] -- cgit v1.2.3