aboutsummaryrefslogtreecommitdiff
path: root/build_msvc/test_bitcoin
diff options
context:
space:
mode:
authorRussell Yanofsky <russ@yanofsky.org>2021-06-04 17:28:46 -0400
committerRussell Yanofsky <russ@yanofsky.org>2021-06-12 11:22:41 -0400
commit2565478c813fb7278153b113de4b9338fc186872 (patch)
treef9144b803204daef6d049c6959c2f4f119767ea5 /build_msvc/test_bitcoin
parentb0e5fbf6fad854ad03ce092ff5f1582166e5b24e (diff)
downloadbitcoin-2565478c813fb7278153b113de4b9338fc186872.tar.xz
wallet test refactor: add CreateSyncedWallet function
No change in behavior. This just moves some code from the ListCoins test setup to a reusable util function, so it can be reused in a new test in the next commit.
Diffstat (limited to 'build_msvc/test_bitcoin')
-rw-r--r--build_msvc/test_bitcoin/test_bitcoin.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_msvc/test_bitcoin/test_bitcoin.vcxproj b/build_msvc/test_bitcoin/test_bitcoin.vcxproj
index 5c4b777d51..bb1a780bfa 100644
--- a/build_msvc/test_bitcoin/test_bitcoin.vcxproj
+++ b/build_msvc/test_bitcoin/test_bitcoin.vcxproj
@@ -16,6 +16,7 @@
<ClCompile Include="..\..\src\test\util\*.cpp" />
<ClCompile Include="..\..\src\wallet\test\*_fixture.cpp" />
<ClCompile Include="..\..\src\wallet\test\*_tests.cpp" />
+ <ClCompile Include="..\..\src\wallet\test\util.cpp" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\libbitcoinconsensus\libbitcoinconsensus.vcxproj">