From c39133b88262a81da9eff3f744b62f3d675334a6 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 10 Dec 2021 09:41:22 +0100 Subject: validation: Add system termination test suites 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. --- .../validation/fatal-too-large-tls-size.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 spec/build/testsuites/validation/fatal-too-large-tls-size.yml (limited to 'spec/build/testsuites/validation/fatal-too-large-tls-size.yml') diff --git a/spec/build/testsuites/validation/fatal-too-large-tls-size.yml b/spec/build/testsuites/validation/fatal-too-large-tls-size.yml new file mode 100644 index 0000000000..3b8f342eb9 --- /dev/null +++ b/spec/build/testsuites/validation/fatal-too-large-tls-size.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/tr-fatal-too-large-tls-size.c +- testsuites/validation/ts-fatal-too-large-tls-size.c +stlib: [] +target: testsuites/validation/ts-fatal-too-large-tls-size.exe +type: build +use-after: [] +use-before: [] -- cgit v1.2.3