Skip to content

Commit

Permalink
Win64 native: disable psbt_wallet_test just like in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
psgreco committed Feb 2, 2025
1 parent acb5ebc commit 63e4615
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build_msvc/test_bitcoin/test_bitcoin.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
<ClCompile Include="..\..\src\test\util\*.cpp" />
<ClCompile Include="..\..\src\wallet\test\*_fixture.cpp" />
<ClCompile Include="..\..\src\wallet\test\*_tests.cpp" />
<!-- Exclude psbt_wallet_tests.cpp from the build -->
<ClCompile Include="..\..\src\wallet\test\psbt_wallet_tests.cpp">
<ExcludedFromBuild>True</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\src\wallet\test\util.cpp" />
<ClCompile Include="..\..\src\primitives\bitcoin\transaction.cpp" />
</ItemGroup>
Expand Down

0 comments on commit 63e4615

Please sign in to comment.