summaryrefslogtreecommitdiffstats
path: root/spec/build/testsuites/validation/validation-smp-only-2.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-12-10 09:41:22 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-03-24 11:10:48 +0100
commitc39133b88262a81da9eff3f744b62f3d675334a6 (patch)
tree77da67fe6338cbd07597e482e01a2ca2e90e8390 /spec/build/testsuites/validation/validation-smp-only-2.yml
parentvalidation: Add test suites (diff)
downloadrtems-c39133b88262a81da9eff3f744b62f3d675334a6.tar.bz2
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.
Diffstat (limited to '')
-rw-r--r--spec/build/testsuites/validation/validation-smp-only-2.yml21
1 files changed, 21 insertions, 0 deletions
diff --git a/spec/build/testsuites/validation/validation-smp-only-2.yml b/spec/build/testsuites/validation/validation-smp-only-2.yml
new file mode 100644
index 0000000000..3d286296fa
--- /dev/null
+++ b/spec/build/testsuites/validation/validation-smp-only-2.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: RTEMS_SMP
+features: c cprogram
+includes: []
+ldflags:
+- -Wl,-wrap=_CPU_SMP_Start_processor
+links: []
+source:
+- testsuites/validation/tc-start-of-optional-processor-failed.c
+- testsuites/validation/ts-validation-smp-only-2.c
+stlib: []
+target: testsuites/validation/ts-validation-smp-only-2.exe
+type: build
+use-after: []
+use-before: []