From c5986a55201117e1c08a48b5f219e303419fe34b Mon Sep 17 00:00:00 2001 From: Kinsey Moore Date: Mon, 5 Apr 2021 15:14:22 -0500 Subject: 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. --- spec/build/testsuites/psxtests/grp.yml | 2 ++ spec/build/testsuites/psxtests/psxsignal09.yml | 22 ++++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 spec/build/testsuites/psxtests/psxsignal09.yml (limited to 'spec/build') 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 @@ -208,6 +208,8 @@ links: uid: psxsignal07 - role: build-dependency uid: psxsignal08 +- role: build-dependency + uid: psxsignal09 - role: build-dependency uid: psxspin01 - role: build-dependency 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: [] -- cgit v1.2.3