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

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Hays <ianha@microsoft.com>2016-03-29 01:04:52 +0300
committerIan Hays <ianha@microsoft.com>2016-03-31 21:11:17 +0300
commit09e70d429a7c89abed1514a90667e0088f903d4c (patch)
tree993b50e6efd7859d47963d1886326195af8a3d87 /src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj
parent1cb0cc3408134791dcaf9da6fe7183067f8cfaa5 (diff)
Add missing tests to System.IO.FileSystem
Adds missing tests to achieve strictly higher coverage than ToF and also adds some other new tests and cleans up existing tests.
Diffstat (limited to 'src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj')
-rw-r--r--src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj13
1 files changed, 10 insertions, 3 deletions
diff --git a/src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj b/src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj
index d1029f1de7..d6a03a4db9 100644
--- a/src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj
+++ b/src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
<PropertyGroup>
<Configuration Condition="'$(Configuration)'==''">Windows_Debug</Configuration>
@@ -117,7 +117,7 @@
<Compile Include="Directory\GetSetTimes.cs" />
<Compile Include="Directory\Move.cs" />
<Compile Include="Directory\ReparsePoints_MountVolume.cs" />
- <Compile Include="Directory\SetCurrentDirectory_dir.cs" />
+ <Compile Include="Directory\SetCurrentDirectory.cs" />
<Compile Include="Directory\CreateDirectory.cs" />
<Compile Include="Directory\Delete_MountVolume.cs" />
<Compile Include="Directory\Delete.cs" />
@@ -151,6 +151,13 @@
<Compile Include="$(CommonTestPath)\System\IO\TempFile.cs">
<Link>Common\System\IO\TempFile.cs</Link>
</Compile>
+ <Compile Include="$(CommonTestPath)\System\Diagnostics\RemoteExecutorTestBase.cs">
+ <Link>Common\System\Diagnostics\RemoteExecutorTestBase.cs</Link>
+ </Compile>
+ <ProjectReference Include="$(CommonTestPath)\System\Diagnostics\RemoteExecutorConsoleApp\RemoteExecutorConsoleApp.csproj">
+ <Project>{69e46a6f-9966-45a5-8945-2559fe337827}</Project>
+ <Name>RemoteExecutorConsoleApp</Name>
+ </ProjectReference>
<!-- Performance Tests -->
<Compile Include="Performance\Perf.Directory.cs" />
<Compile Include="Performance\Perf.File.cs" />
@@ -161,4 +168,4 @@
</Compile>
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-</Project>
+</Project> \ No newline at end of file