From 8d3fe04499e39c99158c3fd531233c953a28ff0a Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 9 Dec 2021 16:11:43 +0100 Subject: validation: Test Event 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. --- spec/build/testsuites/validation/performance-no-clock-0.yml | 1 + spec/build/testsuites/validation/validation-0.yml | 2 ++ spec/build/testsuites/validation/validation-no-clock-0.yml | 2 ++ 3 files changed, 5 insertions(+) (limited to 'spec') diff --git a/spec/build/testsuites/validation/performance-no-clock-0.yml b/spec/build/testsuites/validation/performance-no-clock-0.yml index 57d635e459..8d87df0ca7 100644 --- a/spec/build/testsuites/validation/performance-no-clock-0.yml +++ b/spec/build/testsuites/validation/performance-no-clock-0.yml @@ -12,6 +12,7 @@ ldflags: [] links: [] source: - testsuites/validation/tc-barrier-performance.c +- testsuites/validation/tc-event-performance.c - testsuites/validation/ts-performance-no-clock-0.c stlib: [] target: testsuites/validation/ts-performance-no-clock-0.exe diff --git a/spec/build/testsuites/validation/validation-0.yml b/spec/build/testsuites/validation/validation-0.yml index 62bfd95a9b..c7a93e9e5c 100644 --- a/spec/build/testsuites/validation/validation-0.yml +++ b/spec/build/testsuites/validation/validation-0.yml @@ -12,6 +12,7 @@ ldflags: [] links: [] source: - testsuites/validation/tc-acfg-appl-needs-clock-driver.c +- testsuites/validation/tc-event-send-receive.c - testsuites/validation/tc-intr-clear.c - testsuites/validation/tc-intr-entry-install.c - testsuites/validation/tc-intr-entry-remove.c @@ -31,6 +32,7 @@ source: - testsuites/validation/tc-signal-send.c - testsuites/validation/tc-task-construct-errors.c - testsuites/validation/tc-task-create-errors.c +- testsuites/validation/tr-event-send-receive.c - testsuites/validation/ts-validation-0.c stlib: [] target: testsuites/validation/ts-validation-0.exe diff --git a/spec/build/testsuites/validation/validation-no-clock-0.yml b/spec/build/testsuites/validation/validation-no-clock-0.yml index ada8d9eea8..786a07ea81 100644 --- a/spec/build/testsuites/validation/validation-no-clock-0.yml +++ b/spec/build/testsuites/validation/validation-no-clock-0.yml @@ -26,7 +26,9 @@ source: - testsuites/validation/tc-clock-nanosleep.c - testsuites/validation/tc-clock-set.c - testsuites/validation/tc-cpuuse.c +- testsuites/validation/tc-events.c - testsuites/validation/tc-score-fatal.c +- testsuites/validation/tr-event-constant.c - testsuites/validation/tr-mtx-seize-try.c - testsuites/validation/tr-mtx-seize-wait.c - testsuites/validation/tr-mtx-surrender.c -- cgit v1.2.3