summaryrefslogtreecommitdiffstats
path: root/spec/build
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
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 'spec/build')
-rw-r--r--spec/build/testsuites/psxtests/grp.yml2
-rw-r--r--spec/build/testsuites/psxtests/psxsignal09.yml22
2 files changed, 24 insertions, 0 deletions
diff --git a/spec/build/testsuites/psxtests/grp.yml b/spec/build/testsuites/psxtests/grp.yml
index 9a0cb189fb..3ebd6a3373 100644
--- a/spec/build/testsuites/psxtests/grp.yml
+++ b/spec/build/testsuites/psxtests/grp.yml
@@ -209,6 +209,8 @@ links:
- role: build-dependency
uid: psxsignal08
- role: build-dependency
+ uid: psxsignal09
+- role: build-dependency
uid: psxspin01
- role: build-dependency
uid: psxstack01
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: []