Skip to content

Commit

Permalink
Make sure the test assemblies are linked
Browse files Browse the repository at this point in the history
For some reason, the linux build fails now due to these
apparently missing.
  • Loading branch information
pgrawehr committed Feb 11, 2024
1 parent 94b8e29 commit 5b27fb5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tools/ArduinoCsCompiler/tests/ArduinoCsCompiler.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@
<!-- We don't want to run hardware test by default -->
<VSTestTestCaseFilter Condition="'$(VSTestTestCaseFilter)'==''">requires!=hardware</VSTestTestCaseFilter>
<RootNamespace>ArduinoCsCompiler.Tests</RootNamespace>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

<!-- Import the test assemblies -->
<Import Project="../../../eng/Versions.external.props" />

<ItemGroup Condition="$(Configuration)=='Debug'">
<ProjectReference Include="..\..\..\src\devices\Arduino\Arduino.csproj" />
<ProjectReference Include="..\..\..\src\devices\Bmxx80\Bmxx80.csproj" />
Expand Down

0 comments on commit 5b27fb5

Please sign in to comment.