From 04fb7b604061e3bba58d5e839dba41c79a392b37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20K=C3=BChndel?= Date: Thu, 9 Dec 2021 16:12:55 +0100 Subject: validation: Test Message 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 | 1 - spec/build/testsuites/validation/validation-no-clock-0.yml | 8 ++++++++ 3 files changed, 9 insertions(+), 1 deletion(-) (limited to 'spec/build/testsuites/validation') diff --git a/spec/build/testsuites/validation/performance-no-clock-0.yml b/spec/build/testsuites/validation/performance-no-clock-0.yml index 8d87df0ca7..612a11d636 100644 --- a/spec/build/testsuites/validation/performance-no-clock-0.yml +++ b/spec/build/testsuites/validation/performance-no-clock-0.yml @@ -13,6 +13,7 @@ links: [] source: - testsuites/validation/tc-barrier-performance.c - testsuites/validation/tc-event-performance.c +- testsuites/validation/tc-message-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 03a6f4385c..6419717479 100644 --- a/spec/build/testsuites/validation/validation-0.yml +++ b/spec/build/testsuites/validation/validation-0.yml @@ -13,7 +13,6 @@ links: [] source: - testsuites/validation/tc-acfg-appl-needs-clock-driver.c - testsuites/validation/tc-event-send-receive.c -- testsuites/validation/tc-message-construct-errors.c - testsuites/validation/tc-object.c - testsuites/validation/tc-signal-catch.c - testsuites/validation/tc-signal-send.c diff --git a/spec/build/testsuites/validation/validation-no-clock-0.yml b/spec/build/testsuites/validation/validation-no-clock-0.yml index 616f681f9f..1b68da8798 100644 --- a/spec/build/testsuites/validation/validation-no-clock-0.yml +++ b/spec/build/testsuites/validation/validation-no-clock-0.yml @@ -31,6 +31,14 @@ source: - testsuites/validation/tc-io-getchark.c - testsuites/validation/tc-io-putc.c - testsuites/validation/tc-io-put-char.c +- testsuites/validation/tc-message-broadcast.c +- testsuites/validation/tc-message-construct.c +- testsuites/validation/tc-message-delete.c +- testsuites/validation/tc-message-flush-pending.c +- testsuites/validation/tc-message-ident.c +- testsuites/validation/tc-message-macros.c +- testsuites/validation/tc-message-receive.c +- testsuites/validation/tc-message-urgent-send.c - testsuites/validation/tc-score-fatal.c - testsuites/validation/tr-event-constant.c - testsuites/validation/tr-mtx-seize-try.c -- cgit v1.2.3