Ignore:
Timestamp:
Sep 19, 2010, 8:59:38 PM (15 years ago)
Author:
dmik
Message:

testapp: Added test case for for try/finally/leave.

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

Legend:

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

    r21432 r21449  
    33include $(ODIN)/testapp/common.mak
    44
    5 all: test.exe # test.s
     5all: except.exe finally.exe # except.s
    66
    7 run: run-test.exe
     7finally.exe_ARGS.1 = 1
     8finally.exe_ARGS.2 = 2
     9finally.exe_ARGS.3 = 3
     10
     11run: run-except.exe $(call run-with-args,finally.exe,1 2 3,all)
    812
    913CLEAN += *.s
Note: See TracChangeset for help on using the changeset viewer.