source: rtems/spec/build/testsuites/psxtests/psxsignal09.yml @ c5986a5

Last change on this file since c5986a5 was c5986a5, checked in by Kinsey Moore <kinsey.moore@…>, on 04/05/21 at 20:14:22

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.

  • Property mode set to 100644
File size: 455 bytes
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2build-type: test-program
3cflags: []
4copyrights:
5- Copyright (C) 2021 On-Line Applications Research (OAR)
6cppflags: []
7cxxflags: []
8enabled-by:
9- and:
10  - RTEMS_EXCEPTION_EXTENSIONS
11  - RTEMS_POSIX_API
12features: c cprogram
13includes: []
14ldflags: []
15links: []
16source:
17- testsuites/psxtests/psxsignal09/init.c
18stlib: []
19target: testsuites/psxtests/psxsignal09.exe
20type: build
21use-after: []
22use-before: []
Note: See TracBrowser for help on using the repository browser.