summaryrefslogtreecommitdiff
path: root/tests/src/dirs.proj
diff options
context:
space:
mode:
authorPat Gavlin <pgavlin@gmail.com>2016-11-22 10:05:58 -0800
committerPat Gavlin <pgavlin@gmail.com>2016-11-22 10:05:58 -0800
commitc862c4743b41c1a2150aa4a33e87a56e164c7e65 (patch)
treebad5ddf99c4d09400297f4a44e1d6b0ec80c6bfe /tests/src/dirs.proj
parent3c2d0a200bf3ca46d1642ceaa57daa37a19c6ee9 (diff)
downloadcoreclr-c862c4743b41c1a2150aa4a33e87a56e164c7e65.tar.gz
coreclr-c862c4743b41c1a2150aa4a33e87a56e164c7e65.tar.bz2
coreclr-c862c4743b41c1a2150aa4a33e87a56e164c7e65.zip
Fix the test build.
PR #8032 disabled the test build for all but one test. This change fixes this oversight.
Diffstat (limited to 'tests/src/dirs.proj')
-rw-r--r--tests/src/dirs.proj14
1 files changed, 2 insertions, 12 deletions
diff --git a/tests/src/dirs.proj b/tests/src/dirs.proj
index bb793022a7..99a50a4f6c 100644
--- a/tests/src/dirs.proj
+++ b/tests/src/dirs.proj
@@ -25,22 +25,12 @@
</ItemGroup>
<ItemGroup>
- <Project Include="JIT\RyuJit\DoWhileBndChk.csproj" Exclude="@(DisabledProjects)">
- <AdditionalProperties>OSGroup=$(OSGroup)</AdditionalProperties>
- </Project>
-
-<!-- <Project Include="JIT\**\*.csproj" Exclude="@(DisabledProjects)">
- <AdditionalProperties>OSGroup=$(OSGroup)</AdditionalProperties>
- </Project>
- -->
- <!--
- <Project Include="*\**\*.csproj" Exclude="@(DisabledProjects)">
+ <Project Include="*\**\*.csproj" Exclude="@(DisabledProjects)">
<AdditionalProperties>OSGroup=$(OSGroup)</AdditionalProperties>
</Project>
<Project Include="*\**\*.ilproj" Exclude="@(DisabledProjects)">
<AdditionalProperties>OSGroup=$(OSGroup)</AdditionalProperties>
- </Project>
- -->
+ </Project>
</ItemGroup>
</Target>