summaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-12-09 16:12:23 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-03-24 11:10:49 +0100
commit134b4cb709ef123ee8132e3dbf94e3982b29b23d (patch)
treed0f192bdc3ed39c5c8484ab7e1dae0b184a3f0ef /spec
parentvalidation: Test Interrupt Manager (diff)
downloadrtems-134b4cb709ef123ee8132e3dbf94e3982b29b23d.tar.bz2
validation: Test IO 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')
-rw-r--r--spec/build/testsuites/validation/grp.yml2
-rw-r--r--spec/build/testsuites/validation/validation-io-kernel.yml20
-rw-r--r--spec/build/testsuites/validation/validation-no-clock-0.yml3
3 files changed, 25 insertions, 0 deletions
diff --git a/spec/build/testsuites/validation/grp.yml b/spec/build/testsuites/validation/grp.yml
index 1608202ff8..019cbf027e 100644
--- a/spec/build/testsuites/validation/grp.yml
+++ b/spec/build/testsuites/validation/grp.yml
@@ -43,6 +43,8 @@ links:
- role: build-dependency
uid: validation-intr
- role: build-dependency
+ uid: validation-io-kernel
+- role: build-dependency
uid: validation-no-clock-0
- role: build-dependency
uid: validation-non-smp
diff --git a/spec/build/testsuites/validation/validation-io-kernel.yml b/spec/build/testsuites/validation/validation-io-kernel.yml
new file mode 100644
index 0000000000..9d6fd6d55c
--- /dev/null
+++ b/spec/build/testsuites/validation/validation-io-kernel.yml
@@ -0,0 +1,20 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+build-type: test-program
+cflags: []
+copyrights:
+- Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
+cppflags: []
+cxxflags: []
+enabled-by: true
+features: c cprogram
+includes: []
+ldflags: []
+links: []
+source:
+- testsuites/validation/tr-io-kernel.c
+- testsuites/validation/ts-validation-io-kernel.c
+stlib: []
+target: testsuites/validation/ts-validation-io-kernel.exe
+type: build
+use-after: []
+use-before: []
diff --git a/spec/build/testsuites/validation/validation-no-clock-0.yml b/spec/build/testsuites/validation/validation-no-clock-0.yml
index 763d0b3514..616f681f9f 100644
--- a/spec/build/testsuites/validation/validation-no-clock-0.yml
+++ b/spec/build/testsuites/validation/validation-no-clock-0.yml
@@ -28,6 +28,9 @@ source:
- testsuites/validation/tc-cpuuse.c
- testsuites/validation/tc-events.c
- testsuites/validation/tc-intr.c
+- testsuites/validation/tc-io-getchark.c
+- testsuites/validation/tc-io-putc.c
+- testsuites/validation/tc-io-put-char.c
- testsuites/validation/tc-score-fatal.c
- testsuites/validation/tr-event-constant.c
- testsuites/validation/tr-mtx-seize-try.c