[Mockpp-commits] mockpp/msvc6/mockpp/tests mock_test.dsp,1.2,1.3
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2005-03-25 10:22:22
|
Update of /cvsroot/mockpp/mockpp/msvc6/mockpp/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27129/mockpp/tests Modified Files: mock_test.dsp Log Message: updated project file Index: mock_test.dsp =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc6/mockpp/tests/mock_test.dsp,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- mock_test.dsp 2 Oct 2004 10:27:53 -0000 1.2 +++ mock_test.dsp 25 Mar 2005 10:22:12 -0000 1.3 @@ -1,24 +1,24 @@ # Microsoft Developer Studio Project File - Name="mock_test" - Package Owner=<4> # Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** NICHT BEARBEITEN ** +# ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Console Application" 0x0103 CFG=mock_test - Win32 Release -!MESSAGE Dies ist kein gültiges Makefile. Zum Erstellen dieses Projekts mit NMAKE -!MESSAGE verwenden Sie den Befehl "Makefile exportieren" und führen Sie den Befehl +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run !MESSAGE !MESSAGE NMAKE /f "mock_test.mak". !MESSAGE -!MESSAGE Sie können beim Ausführen von NMAKE eine Konfiguration angeben -!MESSAGE durch Definieren des Makros CFG in der Befehlszeile. Zum Beispiel: +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE !MESSAGE NMAKE /f "mock_test.mak" CFG="mock_test - Win32 Release" !MESSAGE -!MESSAGE Für die Konfiguration stehen zur Auswahl: +!MESSAGE Possible choices for configuration are: !MESSAGE -!MESSAGE "mock_test - Win32 Release" (basierend auf "Win32 (x86) Console Application") -!MESSAGE "mock_test - Win32 Debug" (basierend auf "Win32 (x86) Console Application") +!MESSAGE "mock_test - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "mock_test - Win32 Debug" (based on "Win32 (x86) Console Application") !MESSAGE # Begin Project @@ -26,58 +26,60 @@ # PROP Scc_ProjName "" # PROP Scc_LocalPath "" CPP=cl.exe +MTL=midl.exe RSC=rc.exe !IF "$(CFG)" == "mock_test - Win32 Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" +# PROP BASE Output_Dir "C:\tmp\compile\mockpp\tests\Release" +# PROP BASE Intermediate_Dir "C:\tmp\compile\mockpp\tests\Release" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" +# PROP Output_Dir "C:\tmp\compile\mockpp\tests\Release" +# PROP Intermediate_Dir "C:\tmp\compile\mockpp\tests\Release" # PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GR /GX /O2 /I "../.." /I "../../.." /I "$(CPPUNIT_ROOT)/include" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "CPPUNIT_DLL" /FD /c -# SUBTRACT CPP /YX -# ADD BASE RSC /l 0x411 /d "NDEBUG" -# ADD RSC /l 0x411 /d "NDEBUG" +# ADD BASE CPP /nologo /MD /I "../.." /I "../../.." /I "$(CPPUNIT_ROOT)/include" /W4 /O2 /Ob1 /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "CPPUNIT_DLL" /D "_MBCS" /GF /Gy /GR /Fp"C:\tmp\compile\mockpp\tests\Release/mock_test.pch" /Fo"C:\tmp\compile\mockpp\tests\Release/" /Fd"C:\tmp\compile\mockpp\tests\Release/" /c /GX +# ADD CPP /nologo /MD /I "../.." /I "../../.." /I "$(CPPUNIT_ROOT)/include" /W4 /O2 /Ob1 /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "CPPUNIT_DLL" /D "_MBCS" /GF /Gy /GR /Fp"C:\tmp\compile\mockpp\tests\Release/mock_test.pch" /Fo"C:\tmp\compile\mockpp\tests\Release/" /Fd"C:\tmp\compile\mockpp\tests\Release/" /c /GX +# ADD BASE MTL /nologo /tlb"C:\tmp\compile\mockpp\tests\Release\mock_test.tlb" /win32 +# ADD MTL /nologo /tlb"C:\tmp\compile\mockpp\tests\Release\mock_test.tlb" /win32 +# ADD BASE RSC /l 1041 /d "NDEBUG" +# ADD RSC /l 1041 /d "NDEBUG" BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 mockpp.lib cppunit_dll.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 /libpath:"../../lib" /libpath:"$(CPPUNIT_ROOT)/lib" +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib mockpp.lib cppunit_dll.lib /nologo /out:"C:\tmp\compile\mockpp\tests\Release\mock_test.exe" /incremental:no /libpath:"../../lib" /libpath:"$(CPPUNIT_ROOT)/lib" /pdb:"C:\tmp\compile\mockpp\tests\Release\mock_test.pdb" /pdbtype:sept /subsystem:console /machine:ix86 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib mockpp.lib cppunit_dll.lib /nologo /out:"C:\tmp\compile\mockpp\tests\Release\mock_test.exe" /incremental:no /libpath:"../../lib" /libpath:"$(CPPUNIT_ROOT)/lib" /pdb:"C:\tmp\compile\mockpp\tests\Release\mock_test.pdb" /pdbtype:sept /subsystem:console /machine:ix86 !ELSEIF "$(CFG)" == "mock_test - Win32 Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Output_Dir "C:\tmp\compile\mockpp\tests\Debug" +# PROP BASE Intermediate_Dir "C:\tmp\compile\mockpp\tests\Debug" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 1 -# PROP Output_Dir "c:\tmp\compile\mockpp\tests\Debug" -# PROP Intermediate_Dir "c:\tmp\compile\mockpp\tests\Debug" -# PROP Ignore_Export_Lib 0 +# PROP Output_Dir "C:\tmp\compile\mockpp\tests\Debug" +# PROP Intermediate_Dir "C:\tmp\compile\mockpp\tests\Debug" # PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GR /GX /ZI /Od /I "../../.." /I "$(CPPUNIT_ROOT)/include" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "CPPUNIT_DLL" /FD /GZ /c -# SUBTRACT CPP /YX -# ADD BASE RSC /l 0x411 /d "_DEBUG" -# ADD RSC /l 0x411 /d "_DEBUG" +# ADD BASE CPP /nologo /MDd /I "../../.." /I "$(CPPUNIT_ROOT)/include" /ZI /W4 /Od /D "WIN32" /D "_CONSOLE" /D "CPPUNIT_DLL" /D "_MBCS" /GR /Fp"C:\tmp\compile\mockpp\tests\Debug/mock_test.pch" /Fo"C:\tmp\compile\mockpp\tests\Debug/" /Fd"C:\tmp\compile\mockpp\tests\Debug/" /GZ /c /GX +# ADD CPP /nologo /MDd /I "../../.." /I "$(CPPUNIT_ROOT)/include" /ZI /W4 /Od /D "WIN32" /D "_CONSOLE" /D "CPPUNIT_DLL" /D "_MBCS" /GR /Fp"C:\tmp\compile\mockpp\tests\Debug/mock_test.pch" /Fo"C:\tmp\compile\mockpp\tests\Debug/" /Fd"C:\tmp\compile\mockpp\tests\Debug/" /GZ /c /GX +# ADD BASE MTL /nologo /tlb"c:\tmp\compile\mockpp\tests\Debug\mock_test.tlb" /win32 +# ADD MTL /nologo /tlb"c:\tmp\compile\mockpp\tests\Debug\mock_test.tlb" /win32 +# ADD BASE RSC /l 1041 /d "_DEBUG" +# ADD RSC /l 1041 /d "_DEBUG" BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 mockppd.lib cppunitd_dll.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"../../lib" /libpath:"$(CPPUNIT_ROOT)/lib" +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib mockppd.lib cppunitd_dll.lib /nologo /out:"C:\tmp\compile\mockpp\tests\Debug\mock_test.exe" /incremental:yes /libpath:"../../lib" /libpath:"$(CPPUNIT_ROOT)/lib" /debug /pdb:"C:\tmp\compile\mockpp\tests\Debug\mock_test.pdb" /pdbtype:sept /subsystem:console /machine:ix86 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib mockppd.lib cppunitd_dll.lib /nologo /out:"C:\tmp\compile\mockpp\tests\Debug\mock_test.exe" /incremental:yes /libpath:"../../lib" /libpath:"$(CPPUNIT_ROOT)/lib" /debug /pdb:"C:\tmp\compile\mockpp\tests\Debug\mock_test.pdb" /pdbtype:sept /subsystem:console /machine:ix86 -!ENDIF +!ENDIF # Begin Target @@ -88,6 +90,30 @@ # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" # Begin Source File +SOURCE=..\..\..\mockpp\tests\AbstractDynamicChainingMock_test.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\mockpp\tests\AbstractInvocationDispatcher_test.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\mockpp\tests\And_test.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\mockpp\tests\AnyArgumentsMatcher_test.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\mockpp\tests\ArgumentsMatchBuilder_test.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\mockpp\tests\ArgumentsMatcher_test.cpp +# End Source File +# Begin Source File + SOURCE=..\..\..\mockpp\tests\Assert_test.cpp # End Source File # Begin Source File @@ -96,6 +122,90 @@ # End Source File # Begin Source File +SOURCE=..\..\..\mockpp\tests\ChainableMockObject_1_test.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\mockpp\tests\ChainableMockObject_1_void_test.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\mockpp\tests\ChainableMockObject_2_test.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\mockpp\tests\ChainableMockObject_2_void_test.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\mockpp\tests\ChainableMockObject_3_test.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\mockpp\tests\ChainableMockObject_3_void_test.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\mockpp\tests\ChainableMockObject_4_test.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\mockpp\tests\ChainableMockObject_4_void_test.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\mockpp\tests\ChainableMockObject_5_test.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\mockpp\tests\ChainableMockObject_5_void_test.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\mockpp\tests\ChainableMockObject_test.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\mockpp\tests\ChainableMockObject_void_test.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\mockpp\tests\ChainingMockBuilder_test.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\mockpp\tests\ChainingMockObjectSupport_test.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\mockpp\tests\classes_ABCDE.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\mockpp\tests\ConstraintList_test.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\mockpp\tests\ConstraintSet_test.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\mockpp\tests\CoreMock_test.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\mockpp\tests\CustomStub_test.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\mockpp\tests\DefaultResultStub_test.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\mockpp\tests\DynamicChainingMockError_test.cpp +# End Source File +# Begin Source File + SOURCE=..\..\..\mockpp\tests\Exception_test.cpp # End Source File # Begin Source File @@ -104,6 +214,10 @@ # End Source File # Begin Source File +SOURCE=..\..\..\mockpp\tests\ExpectationConglomeration_test.cpp +# End Source File +# Begin Source File + SOURCE=..\..\..\mockpp\tests\ExpectationCounter_test.cpp # End Source File # Begin Source File @@ -132,10 +246,114 @@ # End Source File # Begin Source File +SOURCE=..\..\..\mockpp\tests\FIFOInvocationDispatcher_test.cpp +# End Source File +# Begin Source File + SOURCE=..\..\..\mockpp\tests\Formatter_test.cpp # End Source File # Begin Source File +SOURCE=..\..\..\mockpp\tests\Invocation_test.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\mockpp\tests\InvocationMocker_test.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\mockpp\tests\InvocationMockerBuilder_test.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\mockpp\tests\InvokeAtLeastMatcher_test.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\mockpp\tests\InvokeAtLeastOnceMatcher_test.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\mockpp\tests\InvokeAtMostMatcher_test.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\mockpp\tests\InvokeCountMatcher_test.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\mockpp\tests\InvokedAfterMatcher_test.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\mockpp\tests\InvokedBeforeMatcher_test.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\mockpp\tests\InvokedRecorder_test.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\mockpp\tests\InvokeOnceMatcher_test.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\mockpp\tests\IsAnything_test.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\mockpp\tests\IsCloseTo_test.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\mockpp\tests\IsEqual_test.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\mockpp\tests\IsGreaterOrEqual_test.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\mockpp\tests\IsGreaterThan_test.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\mockpp\tests\IsInstanceOf_test.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\mockpp\tests\IsLessOrEqual_test.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\mockpp\tests\IsLessThan_test.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\mockpp\tests\IsNot_test.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\mockpp\tests\IsNothing_test.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\mockpp\tests\IsSame_test.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\mockpp\tests\LIFOInvocationDispatcher_test.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\mockpp\tests\MatchBuilder_test.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\mockpp\tests\MixedMockObject_5_test.cpp +# End Source File +# Begin Source File + SOURCE=..\..\..\mockpp\tests\mock_test.cpp # End Source File # Begin Source File @@ -148,10 +366,50 @@ # End Source File # Begin Source File +SOURCE=..\..\..\mockpp\tests\NoArgumentsMatcher_test.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\mockpp\tests\Or_test.cpp +# End Source File +# Begin Source File + SOURCE=..\..\..\mockpp\tests\ReturnObjectList_test.cpp # End Source File # Begin Source File +SOURCE=..\..\..\mockpp\tests\ReturnStub_test.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\mockpp\tests\StringContains_test.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\mockpp\tests\StringEndsWith_test.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\mockpp\tests\StringStartsWith_test.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\mockpp\tests\StubBuilder_test.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\mockpp\tests\StubSequence_test.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\mockpp\tests\TestFailureMatcher_test.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\mockpp\tests\TestFailureStub_test.cpp +# End Source File +# Begin Source File + SOURCE=..\..\..\mockpp\tests\Throwable_test.cpp # End Source File # Begin Source File @@ -160,10 +418,30 @@ # End Source File # Begin Source File +SOURCE=..\..\..\mockpp\tests\ThrowStub_test.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\mockpp\tests\TrackingCounter_test.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\mockpp\tests\TypelessStubSequence_test.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\mockpp\tests\UnlimitedMatcher_test.cpp +# End Source File +# Begin Source File + SOURCE=..\..\..\mockpp\tests\Verifiable_test.cpp # End Source File # Begin Source File +SOURCE=..\..\..\mockpp\tests\VerifyingTestCaller_test.cpp +# End Source File +# Begin Source File + SOURCE=..\..\..\mockpp\tests\VerifyingTestCase_test.cpp # End Source File # Begin Source File @@ -218,14 +496,27 @@ SOURCE=..\..\..\mockpp\tests\VisitableMockObject_void_test.cpp # End Source File +# Begin Source File + +SOURCE=..\..\..\mockpp\tests\VoidStub_test.cpp +# End Source File # End Group # Begin Group "Header Files" # PROP Default_Filter "h;hpp;hxx;hm;inl" -# End Group -# Begin Group "Resource Files" +# Begin Source File -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +SOURCE=..\..\..\mockpp\tests\classes_ABCDE.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\mockpp\tests\MyBuilderNamespace.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\mockpp\tests\MyMatchBuilder.h +# End Source File # End Group # End Target # End Project + |