We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb0bdbd commit 9155b73Copy full SHA for 9155b73
build_msvc/fuzz/fuzz.vcxproj
@@ -9,8 +9,7 @@
9
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
10
</PropertyGroup>
11
<ItemGroup>
12
- <!-- TODO: Fix the code and remove miniscript.cpp exclusion. -->
13
- <ClCompile Include="..\..\src\test\fuzz\*.cpp" Exclude="..\..\src\test\fuzz\miniscript.cpp" />
+ <ClCompile Include="..\..\src\test\fuzz\*.cpp" />
14
<ClCompile Include="..\..\src\test\fuzz\util\descriptor.cpp">
15
<ObjectFileName>$(IntDir)test_fuzz_util_descriptor.obj</ObjectFileName>
16
</ClCompile>
0 commit comments