Skip to content

Commit

Permalink
Exclude bitdeque.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Mar 29, 2024
1 parent 58f6cd1 commit 89712fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build_msvc/fuzz/fuzz.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
</PropertyGroup>
<ItemGroup>
<ClCompile Include="..\..\src\test\fuzz\*.cpp" />
<!-- TODO: Fix the code and remove bitdeque.cpp exclusion. -->
<ClCompile Include="..\..\src\test\fuzz\*.cpp" Exclude="..\..\src\test\fuzz\bitdeque.cpp" />
<ClCompile Include="..\..\src\test\fuzz\util\*.cpp" />
<ClCompile Include="..\..\src\wallet\test\fuzz\*.cpp" />
</ItemGroup>
Expand Down

0 comments on commit 89712fe

Please sign in to comment.