Fix the test build.
authorPat Gavlin <pgavlin@gmail.com>
Tue, 22 Nov 2016 18:05:58 +0000 (10:05 -0800)
committerPat Gavlin <pgavlin@gmail.com>
Tue, 22 Nov 2016 18:05:58 +0000 (10:05 -0800)
PR dotnet/coreclr#8032 disabled the test build for all but one test. This change fixes
this oversight.

Commit migrated from https://github.com/dotnet/coreclr/commit/c862c4743b41c1a2150aa4a33e87a56e164c7e65

src/coreclr/tests/src/dirs.proj

index bb79302..99a50a4 100644 (file)
     </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>