From 565a7e6654f31087ff1c9572fd8df5c79661856a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20K=C3=BChndel?= Date: Thu, 9 Dec 2021 16:17:07 +0100 Subject: validation: Test Timer 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/validation-no-clock-0.yml | 11 +++++++++++ 1 file changed, 11 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 1e05048e7e..66113c4390 100644 --- a/spec/build/testsuites/validation/validation-no-clock-0.yml +++ b/spec/build/testsuites/validation/validation-no-clock-0.yml @@ -93,6 +93,17 @@ source: - testsuites/validation/tc-task-suspend.c - testsuites/validation/tc-task-wake-after.c - testsuites/validation/tc-task-wake-when.c +- testsuites/validation/tc-timer.c +- testsuites/validation/tc-timer-cancel.c +- testsuites/validation/tc-timer-create.c +- testsuites/validation/tc-timer-delete.c +- testsuites/validation/tc-timer-fire-after.c +- testsuites/validation/tc-timer-fire-when.c +- testsuites/validation/tc-timer-ident.c +- testsuites/validation/tc-timer-initiate-server.c +- testsuites/validation/tc-timer-reset.c +- testsuites/validation/tc-timer-server-fire-after.c +- testsuites/validation/tc-timer-server-fire-when.c - testsuites/validation/tr-event-constant.c - testsuites/validation/tr-mtx-seize-try.c - testsuites/validation/tr-mtx-seize-wait.c -- cgit v1.2.3