Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
tvandijck committed Jun 18, 2017
1 parent 3eede41 commit 0e1db71
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions tests/actions/vstudio/cs2005/test_files.lua
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,21 @@
]]
end

function suite.textTemplatingDependency()
files { "foobar.tt", "foobar.cs" }
prepare()
test.capture [[
<Compile Include="foobar.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>foobar.tt</DependentUpon>
</Compile>
<Content Include="foobar.tt">
<Generator>TextTemplatingFileGenerator</Generator>
<LastGenOutput>foobar.cs</LastGenOutput>
</Content>
]]
end

--
-- File associations should always be made relative to the file
Expand Down

0 comments on commit 0e1db71

Please sign in to comment.