Skip to content

Commit 9155b73

Browse files
committed
build, msvc: Compile test\fuzz\miniscript.cpp
1 parent eb0bdbd commit 9155b73

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build_msvc/fuzz/fuzz.vcxproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
1010
</PropertyGroup>
1111
<ItemGroup>
12-
<!-- TODO: Fix the code and remove miniscript.cpp exclusion. -->
13-
<ClCompile Include="..\..\src\test\fuzz\*.cpp" Exclude="..\..\src\test\fuzz\miniscript.cpp" />
12+
<ClCompile Include="..\..\src\test\fuzz\*.cpp" />
1413
<ClCompile Include="..\..\src\test\fuzz\util\descriptor.cpp">
1514
<ObjectFileName>$(IntDir)test_fuzz_util_descriptor.obj</ObjectFileName>
1615
</ClCompile>

0 commit comments

Comments
 (0)