Added missing _ACTION on VC2010 tests, to pass on non-Windows platforms

This commit is contained in:
Jason Perkins 2012-01-28 10:42:41 -05:00
parent 8c4626b654
commit afa5c067fa
2 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@
local sln, prj, cfg
function suite.setup()
_ACTION = "vs2010"
sln, prj = test.createsolution()
kind "SharedLib"
end

View File

@ -17,6 +17,7 @@
local sln, prj, cfg
function suite.setup()
_ACTION = "vs2010"
sln, prj = test.createsolution()
end