summaryrefslogtreecommitdiffstats
path: root/spec/build/testsuites/validation
diff options
context:
space:
mode:
authorFrank Kühndel <frank.kuehndel@embedded-brains.de>2021-12-09 16:17:07 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-03-24 11:10:49 +0100
commit565a7e6654f31087ff1c9572fd8df5c79661856a (patch)
tree1698fa1270fd74339a8e4037543141297b232c26 /spec/build/testsuites/validation
parentvalidation: Test Task Manager (diff)
downloadrtems-565a7e6654f31087ff1c9572fd8df5c79661856a.tar.bz2
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.
Diffstat (limited to 'spec/build/testsuites/validation')
-rw-r--r--spec/build/testsuites/validation/validation-no-clock-0.yml11
1 files changed, 11 insertions, 0 deletions
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