wallet, tests: Include wallet/test/util.h

This will be needed for the following scripted-diff to work.
This commit is contained in:
Andrew Chow
2022-12-12 16:43:49 -05:00
parent 14aa4cb1e4
commit 075962bc25
7 changed files with 7 additions and 0 deletions

View File

@@ -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" />