aboutsummaryrefslogtreecommitdiff
path: root/build_msvc/test_bitcoin
diff options
context:
space:
mode:
authorPierre Rochard <pierre@rochard.org>2018-09-10 20:49:17 -0400
committerPierre Rochard <pierre@rochard.org>2018-09-12 21:05:53 -0400
commitea3009ee942188750480ca6cc273b2b91cf77ded (patch)
tree029d1d6734e2e6c06f8337db44054fbf1d0b04e5 /build_msvc/test_bitcoin
parent8f464549c46db2954d7b64d1feb200eb35f2e7e8 (diff)
downloadbitcoin-ea3009ee942188750480ca6cc273b2b91cf77ded.tar.xz
wallet: Add walletdir arg unit tests
Diffstat (limited to 'build_msvc/test_bitcoin')
-rw-r--r--build_msvc/test_bitcoin/test_bitcoin.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_msvc/test_bitcoin/test_bitcoin.vcxproj b/build_msvc/test_bitcoin/test_bitcoin.vcxproj
index 444a2ed725..2316e473aa 100644
--- a/build_msvc/test_bitcoin/test_bitcoin.vcxproj
+++ b/build_msvc/test_bitcoin/test_bitcoin.vcxproj
@@ -24,7 +24,7 @@
<ClCompile Include="..\..\src\wallet\test\*_tests.cpp" />
<ClCompile Include="..\..\src\test\test_bitcoin.cpp" />
<ClCompile Include="..\..\src\test\test_bitcoin_main.cpp" />
- <ClCompile Include="..\..\src\wallet\test\wallet_test_fixture.cpp" />
+ <ClCompile Include="..\..\src\wallet\test\*_fixture.cpp" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\libbitcoinconsensus\libbitcoinconsensus.vcxproj">