[Mobies-commit] [commit] r3857 - UDM/trunk/Projects/Win32/VC10/tests/test_staticleaksdll

ksmyth at redhat1.isis.vanderbilt.edu ksmyth at redhat1.isis.vanderbilt.edu
Fri Aug 26 16:06:54 CDT 2011


Author: ksmyth
Date: Fri Aug 26 16:06:54 2011
New Revision: 3857

Log:
Also check childrenorderTest doesnt leak

Modified:
   UDM/trunk/Projects/Win32/VC10/tests/test_staticleaksdll/test_staticleaksdll.vcxproj
   UDM/trunk/Projects/Win32/VC10/tests/test_staticleaksdll/test_staticleaksdll.vcxproj.filters

Modified: UDM/trunk/Projects/Win32/VC10/tests/test_staticleaksdll/test_staticleaksdll.vcxproj
==============================================================================
--- UDM/trunk/Projects/Win32/VC10/tests/test_staticleaksdll/test_staticleaksdll.vcxproj	Fri Aug 26 15:45:45 2011	(r3856)
+++ UDM/trunk/Projects/Win32/VC10/tests/test_staticleaksdll/test_staticleaksdll.vcxproj	Fri Aug 26 16:06:54 2011	(r3857)
@@ -41,10 +41,13 @@
       <LargeAddressAware>true</LargeAddressAware>
       <RandomizedBaseAddress>false</RandomizedBaseAddress>
       <TargetMachine>MachineX86</TargetMachine>
+      <AdditionalDependencies>cppunitd.lib;%(AdditionalDependencies)</AdditionalDependencies>
     </Link>
   </ItemDefinitionGroup>
   <ItemGroup>
+    <ClCompile Include="..\..\..\..\..\tests\test_childrenorder\childrenorderTest.cpp" />
     <ClCompile Include="..\..\..\..\..\tests\test_staticleaksdll\DllMain.cpp" />
+    <ClCompile Include="..\..\..\..\..\tests\test_staticleaks\main.cpp" />
   </ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\CreateLampDiagram\CreateLampDiagram.vcxproj">

Modified: UDM/trunk/Projects/Win32/VC10/tests/test_staticleaksdll/test_staticleaksdll.vcxproj.filters
==============================================================================
--- UDM/trunk/Projects/Win32/VC10/tests/test_staticleaksdll/test_staticleaksdll.vcxproj.filters	Fri Aug 26 15:45:45 2011	(r3856)
+++ UDM/trunk/Projects/Win32/VC10/tests/test_staticleaksdll/test_staticleaksdll.vcxproj.filters	Fri Aug 26 16:06:54 2011	(r3857)
@@ -14,5 +14,11 @@
     <ClCompile Include="..\..\..\..\..\tests\test_staticleaksdll\DllMain.cpp">
       <Filter>Source Files</Filter>
     </ClCompile>
+    <ClCompile Include="..\..\..\..\..\tests\test_childrenorder\childrenorderTest.cpp">
+      <Filter>Source Files</Filter>
+    </ClCompile>
+    <ClCompile Include="..\..\..\..\..\tests\test_staticleaks\main.cpp">
+      <Filter>Source Files</Filter>
+    </ClCompile>
   </ItemGroup>
 </Project>
\ No newline at end of file


More information about the Mobies-commit mailing list