summaryrefslogtreecommitdiffstats
path: root/spec/build/testsuites/validation
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-12-09 16:11:43 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-03-24 11:10:48 +0100
commit8d3fe04499e39c99158c3fd531233c953a28ff0a (patch)
tree13e363e6a44fd8985b804fc274ec8f97d26052e5 /spec/build/testsuites/validation
parentvalidation: Test rtems_cpu_usage_reset() (diff)
downloadrtems-8d3fe04499e39c99158c3fd531233c953a28ff0a.tar.bz2
validation: Test Event 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/performance-no-clock-0.yml1
-rw-r--r--spec/build/testsuites/validation/validation-0.yml2
-rw-r--r--spec/build/testsuites/validation/validation-no-clock-0.yml2
3 files changed, 5 insertions, 0 deletions
diff --git a/spec/build/testsuites/validation/performance-no-clock-0.yml b/spec/build/testsuites/validation/performance-no-clock-0.yml
index 57d635e459..8d87df0ca7 100644
--- a/spec/build/testsuites/validation/performance-no-clock-0.yml
+++ b/spec/build/testsuites/validation/performance-no-clock-0.yml
@@ -12,6 +12,7 @@ ldflags: []
links: []
source:
- testsuites/validation/tc-barrier-performance.c
+- testsuites/validation/tc-event-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 62bfd95a9b..c7a93e9e5c 100644
--- a/spec/build/testsuites/validation/validation-0.yml
+++ b/spec/build/testsuites/validation/validation-0.yml
@@ -12,6 +12,7 @@ ldflags: []
links: []
source:
- testsuites/validation/tc-acfg-appl-needs-clock-driver.c
+- testsuites/validation/tc-event-send-receive.c
- testsuites/validation/tc-intr-clear.c
- testsuites/validation/tc-intr-entry-install.c
- testsuites/validation/tc-intr-entry-remove.c
@@ -31,6 +32,7 @@ source:
- testsuites/validation/tc-signal-send.c
- testsuites/validation/tc-task-construct-errors.c
- testsuites/validation/tc-task-create-errors.c
+- testsuites/validation/tr-event-send-receive.c
- testsuites/validation/ts-validation-0.c
stlib: []
target: testsuites/validation/ts-validation-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 ada8d9eea8..786a07ea81 100644
--- a/spec/build/testsuites/validation/validation-no-clock-0.yml
+++ b/spec/build/testsuites/validation/validation-no-clock-0.yml
@@ -26,7 +26,9 @@ source:
- testsuites/validation/tc-clock-nanosleep.c
- testsuites/validation/tc-clock-set.c
- testsuites/validation/tc-cpuuse.c
+- testsuites/validation/tc-events.c
- testsuites/validation/tc-score-fatal.c
+- testsuites/validation/tr-event-constant.c
- testsuites/validation/tr-mtx-seize-try.c
- testsuites/validation/tr-mtx-seize-wait.c
- testsuites/validation/tr-mtx-surrender.c