Skip to content

Commit

Permalink
fix quote tests
Browse files Browse the repository at this point in the history
  • Loading branch information
majocha committed Sep 3, 2024
1 parent 79c64d9 commit 3a44d74
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/fsharp/FSharpSuite.Tests.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@
<EmbeddedResource Remove="**" />
</ItemGroup>

<ItemGroup>
<Content Include="xunit.runner.json" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="$(FSharpSourcesRoot)\FSharp.Build\FSharp.Build.fsproj" />
<ProjectReference Include="$(FSharpSourcesRoot)\Compiler\FSharp.Compiler.Service.fsproj" />
Expand Down
Binary file added tests/fsharp/core/quotes/cslib.dll
Binary file not shown.
5 changes: 5 additions & 0 deletions tests/fsharp/xunit.runner.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"$schema": "https://xunit.net/schema/current/xunit.runner.schema.json",
"appDomain": "ifAvailable",
"shadowCopy": false
}

0 comments on commit 3a44d74

Please sign in to comment.