We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acb5ebc commit 63e4615Copy full SHA for 63e4615
build_msvc/test_bitcoin/test_bitcoin.vcxproj
@@ -16,6 +16,10 @@
16
<ClCompile Include="..\..\src\test\util\*.cpp" />
17
<ClCompile Include="..\..\src\wallet\test\*_fixture.cpp" />
18
<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>
23
<ClCompile Include="..\..\src\wallet\test\util.cpp" />
24
<ClCompile Include="..\..\src\primitives\bitcoin\transaction.cpp" />
25
</ItemGroup>
0 commit comments