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:
authortherzok <marius.ungureanu@xamarin.com>2017-05-31 06:13:19 +0300
committertherzok <marius.ungureanu@xamarin.com>2017-05-31 06:22:11 +0300
commitd34e4b71c175128b808ae09695d01588dd6f7e4f (patch)
tree094d908578b1cc97689fa9870192977552d8411e /main/tests/UnitTests/UnitTests.csproj
parentd31cd77e7402d4fa8c7b8b5545c7e7fd1439913b (diff)
[Tests] Introduce tests for SystemAssemblyService using assemblies copied to tests dir.
Diffstat (limited to 'main/tests/UnitTests/UnitTests.csproj')
-rw-r--r--main/tests/UnitTests/UnitTests.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/tests/UnitTests/UnitTests.csproj b/main/tests/UnitTests/UnitTests.csproj
index df1df50f2d..4a4e3da4fb 100644
--- a/main/tests/UnitTests/UnitTests.csproj
+++ b/main/tests/UnitTests/UnitTests.csproj
@@ -305,6 +305,7 @@
<Compile Include="MonoDevelop.Ide\TypeSystemServiceTests.cs" />
<Compile Include="MonoDevelop.Projects\MSBuildSearchPathTests.cs" />
<Compile Include="MonoDevelop.Projects\SdkVersionTests.cs" />
+ <Compile Include="MonoDevelop.Core.Assemblies\SystemAssemblyServiceTests.cs" />
</ItemGroup>
<ItemGroup>
<None Include="Makefile.am" />
@@ -330,6 +331,7 @@
<Folder Include="MonoDevelop.Ide.Editor\Tests\" />
<Folder Include="MonoDevelop.Ide.Editor\Commands\" />
<Folder Include="MonoDevelop.Components.PropertyGrid\" />
+ <Folder Include="MonoDevelop.Core.Assemblies\" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>