Skip to content

Commit

Permalink
build, msvc: Compile test\fuzz\miniscript.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed May 3, 2024
1 parent 6331710 commit d2279cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build_msvc/fuzz/fuzz.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
</PropertyGroup>
<ItemGroup>
<!-- TODO: Fix the code and remove miniscript.cpp exclusion. -->
<ClCompile Include="..\..\src\test\fuzz\*.cpp" Exclude="..\..\src\test\fuzz\miniscript.cpp" />
<ClCompile Include="..\..\src\test\fuzz\*.cpp" />
<ClCompile Include="..\..\src\test\fuzz\util\descriptor.cpp">
<ObjectFileName>$(IntDir)test_fuzz_util_descriptor.obj</ObjectFileName>
</ClCompile>
Expand Down

0 comments on commit d2279cc

Please sign in to comment.