Skip to content

Commit b80f7db

Browse files
committed
Remove redundant class file includes from test_bitcoin project.
1 parent 2706162 commit b80f7db

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

build_msvc/test_bitcoin/test_bitcoin.vcxproj

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,13 @@
99
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
1010
</PropertyGroup>
1111
<ItemGroup>
12-
<ClCompile Include="..\..\src\test\*_tests.cpp" />
1312
<ClCompile Include="..\..\src\test\*_properties.cpp" />
13+
<ClCompile Include="..\..\src\test\*_tests.cpp" />
1414
<ClCompile Include="..\..\src\test\gen\*_gen.cpp" />
15-
<ClCompile Include="..\..\src\wallet\test\*_tests.cpp" />
16-
<ClCompile Include="..\..\src\test\util\*.cpp" />
17-
<ClCompile Include="..\..\src\test\util\setup_common.cpp" />
1815
<ClCompile Include="..\..\src\test\main.cpp" />
19-
<ClCompile Include="..\..\src\wallet\test\*_fixture.cpp" />
2016
<ClCompile Include="..\..\src\test\util\*.cpp" />
17+
<ClCompile Include="..\..\src\wallet\test\*_fixture.cpp" />
18+
<ClCompile Include="..\..\src\wallet\test\*_tests.cpp" />
2119
</ItemGroup>
2220
<ItemGroup>
2321
<ProjectReference Include="..\libbitcoinconsensus\libbitcoinconsensus.vcxproj">

0 commit comments

Comments
 (0)