Skip to content

Commit 87bc334

Browse files
committed
Added another file to the VC project file
1 parent 3d18cfb commit 87bc334

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/AllTests.vcxproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@
281281
<ClCompile Include="CppUTest\JUnitOutputTest.cpp" />
282282
<ClCompile Include="CppUTest\MemoryLeakDetectorTest.cpp" />
283283
<ClCompile Include="CppUTest\MemoryOperatorOverloadTest.cpp" />
284+
<ClCompile Include="CppUTest\DummyMemoryLeakDetector.cpp" />
284285
<ClCompile Include="CppUTest\MemoryLeakWarningTest.cpp" />
285286
<ClCompile Include="CppUTest\PluginTest.cpp" />
286287
<ClCompile Include="CppUTest\PreprocessorTest.cpp" />
@@ -317,4 +318,4 @@
317318
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
318319
<ImportGroup Label="ExtensionTargets">
319320
</ImportGroup>
320-
</Project>
321+
</Project>

0 commit comments

Comments
 (0)