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:
authorMike Krüger <mkrueger@xamarin.com>2017-03-22 09:48:56 +0300
committerMike Krüger <mkrueger@xamarin.com>2017-03-22 09:48:56 +0300
commit82967351b9d7db109e19546a28f1d3022f42560e (patch)
tree04934c306140d7a8b72eaca046154017f2e11916 /main/tests/UnitTests/UnitTests.csproj
parent85aba794026a5d08e9f8f529aeda67e7175d1d04 (diff)
[UnitTests] Added unit tests for output tracking.
This time without submodules.
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 c78813cdd0..f66f4c9464 100644
--- a/main/tests/UnitTests/UnitTests.csproj
+++ b/main/tests/UnitTests/UnitTests.csproj
@@ -300,6 +300,7 @@
<Compile Include="MonoDevelop.Projects\MSBuildLoggerTests.cs" />
<Compile Include="MonoDevelop.Core\MonoExecutionParametersTests.cs" />
<Compile Include="MonoDevelop.Components.PropertyGrid\EditorManagerTests.cs" />
+ <Compile Include="MonoDevelop.Ide\TypeSystemServiceTests.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="..\..\md.targets" />