Add unit test for MIDL generator.

This commit is contained in:
rhuvendiek 2015-07-01 16:52:53 +02:00
parent a50cbe5c83
commit 2014046021

View File

@ -68,6 +68,16 @@
]]
end
function suite.midlCompile_onIDLFile()
files { "idl/interfaces.idl" }
prepare()
test.capture [[
<ItemGroup>
<Midl Include="idl\interfaces.idl" />
</ItemGroup>
]]
end
function suite.none_onTxtFile()
files { "docs/hello.txt" }
prepare()