summaryrefslogtreecommitdiffstats
path: root/spec/build/testsuites/psxtests/psxsignal09.yml
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 /spec/build/testsuites/psxtests/psxsignal09.yml
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 '')
-rw-r--r--spec/build/testsuites/psxtests/psxsignal09.yml22
1 files changed, 22 insertions, 0 deletions
diff --git a/spec/build/testsuites/psxtests/psxsignal09.yml b/spec/build/testsuites/psxtests/psxsignal09.yml
new file mode 100644
index 0000000000..6f7b85d3cf
--- /dev/null
+++ b/spec/build/testsuites/psxtests/psxsignal09.yml
@@ -0,0 +1,22 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+build-type: test-program
+cflags: []
+copyrights:
+- Copyright (C) 2021 On-Line Applications Research (OAR)
+cppflags: []
+cxxflags: []
+enabled-by:
+- and:
+ - RTEMS_EXCEPTION_EXTENSIONS
+ - RTEMS_POSIX_API
+features: c cprogram
+includes: []
+ldflags: []
+links: []
+source:
+- testsuites/psxtests/psxsignal09/init.c
+stlib: []
+target: testsuites/psxtests/psxsignal09.exe
+type: build
+use-after: []
+use-before: []