aboutsummaryrefslogtreecommitdiff
path: root/build_msvc
diff options
context:
space:
mode:
authorAndrew Chow <github@achow101.com>2022-12-12 16:43:49 -0500
committerAndrew Chow <github@achow101.com>2023-05-03 10:45:10 -0400
commit075962bc25a90661612fe4613cd50ea1cae21f52 (patch)
tree29f6680326a718cde1a4060839afa19d750a2b98 /build_msvc
parent14aa4cb1e44f089a6022a2b14a98bca4a7dd9a01 (diff)
downloadbitcoin-075962bc25a90661612fe4613cd50ea1cae21f52.tar.xz
wallet, tests: Include wallet/test/util.h
This will be needed for the following scripted-diff to work.
Diffstat (limited to 'build_msvc')
-rw-r--r--build_msvc/test_bitcoin-qt/test_bitcoin-qt.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_msvc/test_bitcoin-qt/test_bitcoin-qt.vcxproj b/build_msvc/test_bitcoin-qt/test_bitcoin-qt.vcxproj
index 3a2540d549..045386ea17 100644
--- a/build_msvc/test_bitcoin-qt/test_bitcoin-qt.vcxproj
+++ b/build_msvc/test_bitcoin-qt/test_bitcoin-qt.vcxproj
@@ -10,6 +10,7 @@
<ItemGroup>
<ClCompile Include="..\..\src\init\bitcoin-qt.cpp" />
<ClCompile Include="..\..\src\test\util\setup_common.cpp" />
+ <ClCompile Include="..\..\src\wallet\test\util.cpp" />
<ClCompile Include="..\..\src\qt\test\addressbooktests.cpp" />
<ClCompile Include="..\..\src\qt\test\apptests.cpp" />
<ClCompile Include="..\..\src\qt\test\optiontests.cpp" />