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:
authorWes Haggard <Wes.Haggard@microsoft.com>2015-01-18 23:00:43 +0300
committerWes Haggard <Wes.Haggard@microsoft.com>2015-01-20 08:07:43 +0300
commitb124cb14b8ee41fb1958220306449208e927e81f (patch)
treed2a98272531cdb5ceed16825c24b209737deb26a /src/dirs.proj
parent7aaecaa4955857acd7d105b2c3e07905b51e4d0c (diff)
Switch the build to run tests as a post step of building the test project.
This removes the overall test running at the end of dirs.proj and instead runs them as a post step of building the test library itself.
Diffstat (limited to 'src/dirs.proj')
-rw-r--r--src/dirs.proj16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/dirs.proj b/src/dirs.proj
index 9f30032555..4a196c67ff 100644
--- a/src/dirs.proj
+++ b/src/dirs.proj
@@ -43,20 +43,4 @@
</TraversalBuildDependsOn>
</PropertyGroup>
- <ItemGroup>
- <!-- <DisabledTestAssembly Include="TestAssemblyName" /> -->
- <SkipTestAssemblies Include="@(DisabledTestAssembly->'$(TestWorkingDir)**\%(Identity).dll')" />
- </ItemGroup>
-
- <Import Project="$(ToolsDir)tests.targets" Condition="Exists('$(ToolsDir)tests.targets')" />
- <Target Name="RunDirTests" DependsOnTargets="RunTests">
- <Error Text="One or more tests failed. See the log file for more details." Condition="'@(XUnitExitCodes)' != '' and '%(XUnitExitCodes.Identity)' != '0'" />
- </Target>
- <PropertyGroup Condition="Exists('$(ToolsDir)tests.targets')">
- <TraversalBuildDependsOn>
- $(TraversalBuildDependsOn);
- RunDirTests;
- </TraversalBuildDependsOn>
- </PropertyGroup>
-
</Project> \ No newline at end of file