[Mockpp-commits] mockpp/msvc71/mockpp/tests mock_test.vcproj,1.9,1.10
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2005-11-01 09:42:28
|
Update of /cvsroot/mockpp/mockpp/msvc71/mockpp/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12858/mockpp/tests Modified Files: mock_test.vcproj Log Message: update Index: mock_test.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc71/mockpp/tests/mock_test.vcproj,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- mock_test.vcproj 31 Oct 2005 19:02:44 -0000 1.9 +++ mock_test.vcproj 1 Nov 2005 09:42:19 -0000 1.10 @@ -83,7 +83,7 @@ <Tool Name="VCCLCompilerTool" Optimization="0" - AdditionalIncludeDirectories=""G:\data\src\cppunit-1.10.2\include\cppunit";..\..\..;"$(CPPUNIT_ROOT)/include"" + AdditionalIncludeDirectories=""G:\data\src\cppunit-1.10.2\include";..\..\..;"$(CPPUNIT_ROOT)/include"" PreprocessorDefinitions="WIN32,_CONSOLE,CPPUNIT_DLL" BasicRuntimeChecks="3" RuntimeLibrary="3" @@ -166,6 +166,15 @@ RelativePath="..\..\..\mockpp\tests\AssertMo_test.cpp"> </File> <File + RelativePath="..\..\..\mockpp\tests\ChainableMockMethod_1_test.cpp"> + </File> + <File + RelativePath="..\..\..\mockpp\tests\ChainableMockMethod_2_test.cpp"> + </File> + <File + RelativePath="..\..\..\mockpp\tests\ChainableMockMethod_test.cpp"> + </File> + <File RelativePath="..\..\..\mockpp\tests\ChainableMockObject_1_test.cpp"> </File> <File @@ -424,6 +433,15 @@ RelativePath="..\..\..\mockpp\tests\VerifyingTestCase_test.cpp"> </File> <File + RelativePath="..\..\..\mockpp\tests\VisitableMockMethod_1_test.cpp"> + </File> + <File + RelativePath="..\..\..\mockpp\tests\VisitableMockMethod_2_test.cpp"> + </File> + <File + RelativePath="..\..\..\mockpp\tests\VisitableMockMethod_test.cpp"> + </File> + <File RelativePath="..\..\..\mockpp\tests\VisitableMockObject_1_test.cpp"> </File> <File |