From 5c850245bf7e9f0ea5fd945832dddd83cdf052d7 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 9 Dec 2021 16:14:24 +0100 Subject: validation: Test Partition 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-no-clock-0.yml | 6 ++++++ 2 files changed, 7 insertions(+) (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 612a11d636..02ca873f20 100644 --- a/spec/build/testsuites/validation/performance-no-clock-0.yml +++ b/spec/build/testsuites/validation/performance-no-clock-0.yml @@ -14,6 +14,7 @@ source: - testsuites/validation/tc-barrier-performance.c - testsuites/validation/tc-event-performance.c - testsuites/validation/tc-message-performance.c +- testsuites/validation/tc-part-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-no-clock-0.yml b/spec/build/testsuites/validation/validation-no-clock-0.yml index 93d34b5c99..8149f63eda 100644 --- a/spec/build/testsuites/validation/validation-no-clock-0.yml +++ b/spec/build/testsuites/validation/validation-no-clock-0.yml @@ -41,6 +41,12 @@ source: - testsuites/validation/tc-message-urgent-send.c - testsuites/validation/tc-modes.c - testsuites/validation/tc-options.c +- testsuites/validation/tc-part.c +- testsuites/validation/tc-part-create.c +- testsuites/validation/tc-part-delete.c +- testsuites/validation/tc-part-get.c +- testsuites/validation/tc-part-ident.c +- testsuites/validation/tc-part-return.c - testsuites/validation/tc-score-fatal.c - testsuites/validation/tr-event-constant.c - testsuites/validation/tr-mtx-seize-try.c -- cgit v1.2.3