From ff50664c5c08cf8d184b0406ca029b7e913a6e7e Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 9 Dec 2021 16:22:28 +0100 Subject: validation: Test scheduler operations 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. --- spec/build/testsuites/validation/validation-no-clock-0.yml | 1 + spec/build/testsuites/validation/validation-smp-only-0.yml | 3 +++ 2 files changed, 4 insertions(+) (limited to 'spec/build/testsuites') diff --git a/spec/build/testsuites/validation/validation-no-clock-0.yml b/spec/build/testsuites/validation/validation-no-clock-0.yml index ef241f3416..96921a819b 100644 --- a/spec/build/testsuites/validation/validation-no-clock-0.yml +++ b/spec/build/testsuites/validation/validation-no-clock-0.yml @@ -67,6 +67,7 @@ source: - testsuites/validation/tc-scheduler-ident-by-processor-set.c - testsuites/validation/tc-scheduler-ident.c - testsuites/validation/tc-scheduler-remove-processor.c +- testsuites/validation/tc-sched-yield.c - testsuites/validation/tc-score-fatal.c - testsuites/validation/tc-sem-create.c - testsuites/validation/tc-sem-flush.c diff --git a/spec/build/testsuites/validation/validation-smp-only-0.yml b/spec/build/testsuites/validation/validation-smp-only-0.yml index 4bef002802..33f3b3ab6a 100644 --- a/spec/build/testsuites/validation/validation-smp-only-0.yml +++ b/spec/build/testsuites/validation/validation-smp-only-0.yml @@ -17,6 +17,9 @@ source: - testsuites/validation/tc-bsp-interrupt-spurious.c - testsuites/validation/tc-intr-smp-only.c - testsuites/validation/tc-scheduler-smp-only.c +- testsuites/validation/tc-sched-smp.c +- testsuites/validation/tc-sched-smp-edf.c +- testsuites/validation/tc-sched-smp-edf-set-affinity.c - testsuites/validation/tc-score-tq-smp.c - testsuites/validation/tc-sem-smp.c - testsuites/validation/tc-sem-mrsp-obtain.c -- cgit v1.2.3