From 12622af3ad0b9433dcd5fd54b559f7b324326e39 Mon Sep 17 00:00:00 2001 From: Tom van Dijck Date: Sun, 18 Jun 2017 14:38:21 -0700 Subject: [PATCH] add test --- tests/actions/vstudio/vc2010/test_files.lua | 24 +++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/tests/actions/vstudio/vc2010/test_files.lua b/tests/actions/vstudio/vc2010/test_files.lua index 26375b33..88c129cb 100755 --- a/tests/actions/vstudio/vc2010/test_files.lua +++ b/tests/actions/vstudio/vc2010/test_files.lua @@ -584,6 +584,30 @@ end + + +-- +-- Check handling of per-file command line build options. +-- + + function suite.perFileSEH() + files { "hello.asm", "hello.cpp" } + filter "files:**.asm" + exceptionhandling 'SEH' + prepare() + test.capture [[ + + + + + + true + true + + + ]] + end + -- -- Make sure that the sort order of the source files is maintained even -- when virtual paths are used to organize them.