Skip to content

Commit 63e4615

Browse files
committed
Win64 native: disable psbt_wallet_test just like in Makefile
1 parent acb5ebc commit 63e4615

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build_msvc/test_bitcoin/test_bitcoin.vcxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
<ClCompile Include="..\..\src\test\util\*.cpp" />
1717
<ClCompile Include="..\..\src\wallet\test\*_fixture.cpp" />
1818
<ClCompile Include="..\..\src\wallet\test\*_tests.cpp" />
19+
<!-- Exclude psbt_wallet_tests.cpp from the build -->
20+
<ClCompile Include="..\..\src\wallet\test\psbt_wallet_tests.cpp">
21+
<ExcludedFromBuild>True</ExcludedFromBuild>
22+
</ClCompile>
1923
<ClCompile Include="..\..\src\wallet\test\util.cpp" />
2024
<ClCompile Include="..\..\src\primitives\bitcoin\transaction.cpp" />
2125
</ItemGroup>

0 commit comments

Comments
 (0)