Ignore:
Timestamp:
Jul 5, 2011, 7:38:54 PM (14 years ago)
Author:
dmik
Message:

testapp: exceptions/seh: Added crash testcase.

Location:
trunk/testapp/exceptions/seh
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/testapp/exceptions/seh/Makefile

    r21476 r21660  
    33include $(ODIN)/testapp/common.mak
    44
    5 all: except.exe finally.exe longjmp.exe # except.s
     5all: except.exe finally.exe longjmp.exe crash.exe # except.s
    66
    77except.exe_ARGS.1 = 1
     
    2020     $(call run-with-args,except.exe,1 2 3 4,all) \
    2121     $(call run-with-args,finally.exe,1 2 3,all) \
    22      $(call run-with-args,longjmp.exe,1 2,all)
     22     $(call run-with-args,longjmp.exe,1 2,all) \
     23     run-crash.exe
    2324
    2425CLEAN += *.s
Note: See TracChangeset for help on using the changeset viewer.