forgot to add test_manifest.lua to tests/premake5.lua and small fixes
This commit is contained in:
parent
eebd451006
commit
9a4e2ec8aa
@ -1,12 +1,12 @@
|
||||
--
|
||||
-- tests/actions/vstudio/vc2010/test_manifest.lua
|
||||
-- Validate generation of Manifest block in Visual Studio 201x C/C++ projects.
|
||||
-- Copyright (c) 2090-2012 Jason Perkins and the Premake project
|
||||
-- Copyright (c) 2009-2013 Jason Perkins and the Premake project
|
||||
--
|
||||
|
||||
local suite = test.declare("vs2010_manifest")
|
||||
local vc2010 = premake.vstudio.vc2010
|
||||
local project = premake5.project
|
||||
local project = premake.project
|
||||
|
||||
|
||||
--
|
||||
@ -49,6 +49,5 @@
|
||||
kind "StaticLib"
|
||||
files { "test.manifest" }
|
||||
prepare()
|
||||
test.capture [[
|
||||
]]
|
||||
test.isemptycapture()
|
||||
end
|
||||
|
@ -142,6 +142,7 @@
|
||||
dofile("actions/vstudio/vc2010/test_filters.lua")
|
||||
dofile("actions/vstudio/vc2010/test_item_def_group.lua")
|
||||
dofile("actions/vstudio/vc2010/test_link.lua")
|
||||
dofile("actions/vstudio/vc2010/test_manifest.lua")
|
||||
dofile("actions/vstudio/vc2010/test_nmake_props.lua")
|
||||
dofile("actions/vstudio/vc2010/test_output_props.lua")
|
||||
dofile("actions/vstudio/vc2010/test_project_configs.lua")
|
||||
|
Loading…
Reference in New Issue
Block a user