We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d18cfb commit 87bc334Copy full SHA for 87bc334
1 file changed
tests/AllTests.vcxproj
@@ -281,6 +281,7 @@
281
<ClCompile Include="CppUTest\JUnitOutputTest.cpp" />
282
<ClCompile Include="CppUTest\MemoryLeakDetectorTest.cpp" />
283
<ClCompile Include="CppUTest\MemoryOperatorOverloadTest.cpp" />
284
+ <ClCompile Include="CppUTest\DummyMemoryLeakDetector.cpp" />
285
<ClCompile Include="CppUTest\MemoryLeakWarningTest.cpp" />
286
<ClCompile Include="CppUTest\PluginTest.cpp" />
287
<ClCompile Include="CppUTest\PreprocessorTest.cpp" />
@@ -317,4 +318,4 @@
317
318
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
319
<ImportGroup Label="ExtensionTargets">
320
</ImportGroup>
-</Project>
321
+</Project>
0 commit comments