Skip to content

Commit

Permalink
Adjust superpmi unit test collection tests
Browse files Browse the repository at this point in the history
Add CscBench to get better C# coverage.

Disable 10w5d_cs_do.csproj due to dotnet#76421
  • Loading branch information
BruceForstall committed Oct 1, 2022
1 parent bf0a3d0 commit 5d32ee8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/tests/JIT/superpmi/superpmicollect.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,14 @@

<ItemGroup>
<_SpmiTestProjects Include="..\Performance\CodeQuality\Bytemark\Bytemark.csproj" />
<_SpmiTestProjects Include="..\Performance\CodeQuality\Roslyn\CscBench.csproj" />
<!-- The reference to 10w5d_cs_do.csproj is commented out due to https://github.com/dotnet/runtime/issues/76421:
merged tests (those built with BuildAsStandalone=false) don't get .cmd/.sh files, which are needed to
run the test by the superpmicollect driver.
-->
<!--
<_SpmiTestProjects Include="..\Methodical\fp\exgen\10w5d_cs_do.csproj" />
-->
<ProjectReference Include="@(_SpmiTestProjects)">
<Targets>Build</Targets>
<OutputItemType>_SpmiTest</OutputItemType>
Expand Down

0 comments on commit 5d32ee8

Please sign in to comment.