summaryrefslogtreecommitdiffstats
path: root/spec/build/testsuites/validation/validation-intr.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-09-02 15:29:10 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-03-24 11:10:48 +0100
commitaebf6b661954b4b0ca65342af504b41631bdef78 (patch)
treed8fe9135b523c81b4efa661513979397e42bd2f7 /spec/build/testsuites/validation/validation-intr.yml
parentvalidation: Test Event Manager (diff)
downloadrtems-aebf6b661954b4b0ca65342af504b41631bdef78.tar.bz2
validation: Test Interrupt 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/validation-intr.yml')
-rw-r--r--spec/build/testsuites/validation/validation-intr.yml32
1 files changed, 32 insertions, 0 deletions
diff --git a/spec/build/testsuites/validation/validation-intr.yml b/spec/build/testsuites/validation/validation-intr.yml
new file mode 100644
index 0000000000..3bef9b7c9c
--- /dev/null
+++ b/spec/build/testsuites/validation/validation-intr.yml
@@ -0,0 +1,32 @@
+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/tc-intr-clear.c
+- testsuites/validation/tc-intr-entry-install.c
+- testsuites/validation/tc-intr-entry-remove.c
+- testsuites/validation/tc-intr-get-affinity.c
+- testsuites/validation/tc-intr-get-attributes.c
+- testsuites/validation/tc-intr-handler-iterate.c
+- testsuites/validation/tc-intr-is-pending.c
+- testsuites/validation/tc-intr-raise.c
+- testsuites/validation/tc-intr-raise-on.c
+- testsuites/validation/tc-intr-set-affinity.c
+- testsuites/validation/tc-intr-vector-disable.c
+- testsuites/validation/tc-intr-vector-enable.c
+- testsuites/validation/tc-intr-vector-is-enabled.c
+- testsuites/validation/ts-validation-intr.c
+stlib: []
+target: testsuites/validation/ts-validation-intr.exe
+type: build
+use-after: []
+use-before: []