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:
authorRodrigo Moya <rodrigo.moya@xamarin.com>2018-10-19 01:32:34 +0300
committerRodrigo Moya <rodrigo.moya@xamarin.com>2018-10-19 18:07:26 +0300
commit58d1e0f762d5e70bc1b92391b99b476b6a586549 (patch)
tree575ce38c4cdbe9e215d01fcc9ef277174fdc3e09 /main/tests/IdeUnitTests/IdeUnitTests.csproj
parentc813a1a1ebccf1a47b497d728e81ec10d3a95967 (diff)
[Tests] Add ProjectTemplateTest helper class
And make .NET Core tests use it, for creating projects from templates and building them.
Diffstat (limited to 'main/tests/IdeUnitTests/IdeUnitTests.csproj')
-rw-r--r--main/tests/IdeUnitTests/IdeUnitTests.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/tests/IdeUnitTests/IdeUnitTests.csproj b/main/tests/IdeUnitTests/IdeUnitTests.csproj
index 72d4f06ba6..7c94a7e41d 100644
--- a/main/tests/IdeUnitTests/IdeUnitTests.csproj
+++ b/main/tests/IdeUnitTests/IdeUnitTests.csproj
@@ -26,6 +26,7 @@
<Compile Include="TestWorkbenchWindow.cs" />
<Compile Include="RoslynTestBase.cs" />
<Compile Include="CompositionManagerTestHelpers.cs" />
+ <Compile Include="ProjectTemplateTest.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\core\MonoDevelop.Core\MonoDevelop.Core.csproj">