forgot to add test_manifest.lua to tests/premake5.lua and small fixes

This commit is contained in:
dcourtois 2013-09-18 16:50:00 +02:00
parent eebd451006
commit 9a4e2ec8aa
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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")