summaryrefslogtreecommitdiffstats
path: root/spec/build/testsuites/validation/validation-smp-only-0.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-12-09 16:08:42 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-03-24 11:10:48 +0100
commitca4d9ea23b3137da49aa500ffb54c9c52af61bd5 (patch)
tree66fa8af5d496191be27367b43cd632facfaec0dd /spec/build/testsuites/validation/validation-smp-only-0.yml
parentvalidation: Test object identification (diff)
downloadrtems-ca4d9ea23b3137da49aa500ffb54c9c52af61bd5.tar.bz2
validation: Test application configuration
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-0.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/spec/build/testsuites/validation/validation-smp-only-0.yml b/spec/build/testsuites/validation/validation-smp-only-0.yml
index 429646c9a8..3de2054053 100644
--- a/spec/build/testsuites/validation/validation-smp-only-0.yml
+++ b/spec/build/testsuites/validation/validation-smp-only-0.yml
@@ -8,9 +8,11 @@ cxxflags: []
enabled-by: RTEMS_SMP
features: c cprogram
includes: []
-ldflags: []
+ldflags:
+- -Wl,--wrap=_Scheduler_EDF_SMP_Yield
links: []
source:
+- testsuites/validation/tc-acfg-scheduler-edf-smp.c
- testsuites/validation/tc-score-tq-smp.c
- testsuites/validation/ts-validation-smp-only-0.c
stlib: []