summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxsignal09/psxsignal09.doc
diff options
context:
space:
mode:
authorKinsey Moore <kinsey.moore@oarcorp.com>2021-04-05 15:14:22 -0500
committerJoel Sherrill <joel@rtems.org>2021-10-29 12:40:56 -0500
commitc5986a55201117e1c08a48b5f219e303419fe34b (patch)
tree5a6bf0aa0099ad88afc8b382b6ec1ca5d50365ba /testsuites/psxtests/psxsignal09/psxsignal09.doc
parentcpukit: Add signal mapping support (diff)
downloadrtems-c5986a55201117e1c08a48b5f219e303419fe34b.tar.bz2
testsuite: Add machine exception signal map test
Add a test to verify that mapping of machine exceptions to POSIX signals operates properly when the application requests it.
Diffstat (limited to 'testsuites/psxtests/psxsignal09/psxsignal09.doc')
-rw-r--r--testsuites/psxtests/psxsignal09/psxsignal09.doc7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuites/psxtests/psxsignal09/psxsignal09.doc b/testsuites/psxtests/psxsignal09/psxsignal09.doc
new file mode 100644
index 0000000000..5375ee6c20
--- /dev/null
+++ b/testsuites/psxtests/psxsignal09/psxsignal09.doc
@@ -0,0 +1,7 @@
+# COPYRIGHT (c) 2021.
+# On-Line Applications Research Corporation (OAR).
+#
+# SPDX-License-Identifier: BSD-2-Clause
+
+This test ensures that machine exceptions are mapped to POSIX signals when
+required by the application.