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-09-02 15:29:10 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-03-24 11:10:48 +0100
commitaebf6b661954b4b0ca65342af504b41631bdef78 (patch)
treed8fe9135b523c81b4efa661513979397e42bd2f7 /spec/build/testsuites/validation/validation-smp-only-0.yml
parentvalidation: Test Event Manager (diff)
downloadrtems-aebf6b661954b4b0ca65342af504b41631bdef78.tar.bz2
validation: Test Interrupt Manager
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.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/build/testsuites/validation/validation-smp-only-0.yml b/spec/build/testsuites/validation/validation-smp-only-0.yml
index 3de2054053..1909f7ef7f 100644
--- a/spec/build/testsuites/validation/validation-smp-only-0.yml
+++ b/spec/build/testsuites/validation/validation-smp-only-0.yml
@@ -9,10 +9,13 @@ enabled-by: RTEMS_SMP
features: c cprogram
includes: []
ldflags:
+- -Wl,--wrap=bsp_interrupt_handler_default
- -Wl,--wrap=_Scheduler_EDF_SMP_Yield
links: []
source:
- testsuites/validation/tc-acfg-scheduler-edf-smp.c
+- testsuites/validation/tc-bsp-interrupt-spurious.c
+- testsuites/validation/tc-intr-smp-only.c
- testsuites/validation/tc-score-tq-smp.c
- testsuites/validation/ts-validation-smp-only-0.c
stlib: []