From a4b771844a23aff751ba00a6b34b6e407c3b1fc3 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 9 Dec 2021 16:05:27 +0100 Subject: validation: Test mutex 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 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'spec/build/testsuites/validation') diff --git a/spec/build/testsuites/validation/validation-no-clock-0.yml b/spec/build/testsuites/validation/validation-no-clock-0.yml index e4b3205e02..8f2f12cdb3 100644 --- a/spec/build/testsuites/validation/validation-no-clock-0.yml +++ b/spec/build/testsuites/validation/validation-no-clock-0.yml @@ -12,6 +12,9 @@ ldflags: [] links: [] source: - testsuites/validation/tc-score-fatal.c +- testsuites/validation/tr-mtx-seize-try.c +- testsuites/validation/tr-mtx-seize-wait.c +- testsuites/validation/tr-mtx-surrender.c - testsuites/validation/tr-sem-seize-try.c - testsuites/validation/tr-sem-seize-wait.c - testsuites/validation/tr-sem-surrender.c -- cgit v1.2.3