mirror of https://github.com/dotnet/runtime
Merge 4163f045a0
into 02596ba8d9
This commit is contained in:
commit
a5ee6c27d7
|
@ -542,6 +542,10 @@
|
|||
<!-- browser smoke tests -->
|
||||
<ItemGroup Condition="'$(TargetOS)' == 'browser'">
|
||||
<SmokeTestProject Include="$(MSBuildThisFileDirectory)System.Runtime.Intrinsics\tests\System.Runtime.Intrinsics.Tests.csproj" />
|
||||
<SmokeTestProject Include="$(MSBuildThisFileDirectory)System.Memory\tests\System.Memory.Tests.csproj" />
|
||||
<SmokeTestProject Include="$(MSBuildThisFileDirectory)System.Text.RegularExpressions\tests\FunctionalTests\System.Text.RegularExpressions.Tests.csproj" />
|
||||
<SmokeTestProject Include="$(MSBuildThisFileDirectory)System.Runtime/tests/System.IO.UnmanagedMemoryStream.Tests/System.IO.UnmanagedMemoryStream.Tests.csproj" />
|
||||
<SmokeTestProject Include="$(MSBuildThisFileDirectory)System.Diagnostics.StackTrace/tests/System.Diagnostics.StackTrace.Tests.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<!-- wasi/interp smoke tests -->
|
||||
|
|
Loading…
Reference in New Issue