Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Ward <matt.ward@xamarin.com>2015-07-07 16:24:53 +0300
committerMatt Ward <matt.ward@xamarin.com>2015-07-07 16:24:53 +0300
commit8605f68c195d49017078bbbf3273a1204d0e5b27 (patch)
tree583cb1db32a8833001a4160b0bd6ce08aaeaba35 /main/tests/UnitTests/UnitTests.csproj
parent57d3fdef1ec0f580e5be2f16b1675e3d452a64ea (diff)
[UnitTests] Add tests for template condition evaluation.
Diffstat (limited to 'main/tests/UnitTests/UnitTests.csproj')
-rw-r--r--main/tests/UnitTests/UnitTests.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/tests/UnitTests/UnitTests.csproj b/main/tests/UnitTests/UnitTests.csproj
index c31e16cbe3..6cfca4be61 100644
--- a/main/tests/UnitTests/UnitTests.csproj
+++ b/main/tests/UnitTests/UnitTests.csproj
@@ -252,6 +252,7 @@
<Compile Include="MonoDevelop.Core\FileServiceTests.cs" />
<Compile Include="MonoDevelop.Core\FilePathTests.cs" />
<Compile Include="MonoDevelop.Core\BaseCredentialsProviderTests.cs" />
+ <Compile Include="MonoDevelop.Ide.Templates\TemplateConditionEvaluatorTests.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="..\..\md.targets" />