source: rtems/testsuites/sptests/Makefile.am @ 815994f

4.115
Last change on this file since 815994f was 815994f, checked in by Sebastian Huber <sebastian.huber@…>, on 11/25/12 at 16:48:11

score: Add CPU_Exception_frame

Add CPU port type CPU_Exception_frame and function
_CPU_Exception_frame_print().

The CPU ports of avr, bfin, h8300, lm32, m32c, m32r, m68k, nios2, sh,
sparc64, and v850 use an empty default implementation of
_CPU_Exception_frame_print().

Add rtems_exception_frame and rtems_exception_frame_print().

Add RTEMS_FATAL_SOURCE_EXCEPTION for CPU exceptions. Use rtems_fatal()
with source RTEMS_FATAL_SOURCE_EXCEPTION in CPU ports of i386, powerpc,
and sparc for unexpected exceptions.

Add third parameter to RTEMS_BSP_CLEANUP_OPTIONS() which controls the
BSP_PRINT_EXCEPTION_CONTEXT define used in the default
bsp_fatal_extension().

Add test sptests/spfatal26.

  • Property mode set to 100644
File size: 1.8 KB
RevLine 
[7862f888]1ACLOCAL_AMFLAGS = -I ../aclocal
[908436c1]2
[eecd655]3## Test names are spaced to indicate gaps in numbering from tests being
4## deleted over the years.
[937a22a7]5SUBDIRS = \
[4093d8f0]6         sp01 sp02 sp03 sp04 sp05 sp06 sp07 sp08 sp09 \
[8b40e27]7    sp10 sp11 sp12 sp13 sp14 sp15 sp16 sp17 sp18 sp19 \
[937a22a7]8    sp20 sp21 sp22 sp23 sp24 sp25 sp26 sp27 sp27a sp28 sp29 \
[eecd655]9    sp30 sp31 sp32 sp33 sp34 sp35      sp37 sp38 sp39 \
[eecb545]10    sp40 sp41 sp42 sp43 sp44 sp45 sp46 sp47 sp48 sp49 \
[937a22a7]11    sp50 sp51 sp52 sp53 sp54 sp55 sp56 sp57 sp58 sp59 \
[30c9b6a2]12    sp60      sp62 sp63 sp64 sp65 sp66 sp67 sp68 sp69 \
[3913e3cf]13    sp70 sp71 sp72 sp73 sp74 sp75 sp76 sp77 sp2038 \
[4479b373]14    spassoc01 spchain spclockget spcoverage spobjgetnext \
[142b3b8]15    spnotepad01 spprintk spprivenv01 sprbtree01 spsize spstkalloc \
[46231e1]16    spstkalloc02 spthreadq01 spwatchdog spwkspace \
[0308c028]17    sperror01 sperror02 sperror03 \
[8abaa16]18    spfatal01 spfatal02 spfatal03 spfatal04 spfatal05 spfatal06 spfatal07 \
[c33c353]19    spfatal08 spfatal09 spfatal10 spfatal11 spfatal12 spfatal13 spfatal14 \
[47a3cd8]20    spfatal15 spfatal16 spfatal17 spfatal18 spfatal19 spfatal20 \
[83636b5]21    spfatal22 spfatal23 spfatal24 spfatal25 \
[9cdd944]22    spfifo01 spfifo02 spfifo03 spfifo04 spfifo05 \
[937a22a7]23    spintrcritical01 spintrcritical02 spintrcritical03 spintrcritical04 \
[bbebcd2c]24    spintrcritical05 spintrcritical06 spintrcritical07 spintrcritical08 \
[d541ba8]25    spintrcritical09 spintrcritical10 spintrcritical11 spintrcritical12 \
[6e51c4c]26    spintrcritical13 spintrcritical14 spintrcritical15 spintrcritical16 \
[9b83a66]27    spintrcritical17 spintrcritical18 spmkdir spmountmgr01 spheapprot \
[0d6aee4]28    spsimplesched01 spsimplesched02 spsimplesched03 spnsext01 \
[bd1b8de]29    spedfsched01 spedfsched02 spedfsched03 \
[a6eaa548]30    spcbssched01 spcbssched02 spcbssched03 spqreslib sptimespec01
[815994f]31SUBDIRS += spfatal26
[0edf263]32SUBDIRS += speventtransient01
33SUBDIRS += speventsystem01
[44633fd]34SUBDIRS += spinternalerror01
[dc6e830]35SUBDIRS += spinternalerror02
[16d1bd3]36
[7f9e5908]37include $(top_srcdir)/../automake/subdirs.am
38include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.