[Mockpp-commits] mockpp/bcb5 mock_test.bpf,1.43,1.44 mock_test_win32.bpf,1.4,1.5 mock_test_win32.bpr
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2006-01-04 19:56:30
|
Update of /cvsroot/mockpp/mockpp/bcb5 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22979/bcb5 Modified Files: mock_test.bpf mock_test_win32.bpf mock_test_win32.bpr Log Message: workarounds bcb5 Index: mock_test_win32.bpr =================================================================== RCS file: /cvsroot/mockpp/mockpp/bcb5/mock_test_win32.bpr,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- mock_test_win32.bpr 2 Jan 2006 20:24:56 -0000 1.4 +++ mock_test_win32.bpr 4 Jan 2006 19:56:21 -0000 1.5 @@ -146,7 +146,7 @@ -wnod -wnak -wdef -wcln -wbbf -wasm -wamp -wamb"/> </MACROS> <OPTIONS> - <CFLAG1 value="-vGc -vGt -vGd -Od -Vx -Ve -X- -r- -a8 -b- -k -y -v -vi- -tW -tWM -c"/> + <CFLAG1 value="-vGc -vGt -vGd -Od -Vx -Ve -X- -r- -a8 -b- -k -y -v -vi- -tWC -tWM -c"/> <PFLAGS value="-N2"c:\tmp\compile\mockpp_34\" -N0"c:\tmp\compile\mockpp_34\" -$YD -$W -$O- -v -JPHNE -M"/> <RFLAGS value=""/> @@ -154,7 +154,7 @@ <LFLAGS value="-l"c:\tmp\compile\" -I"c:\tmp\compile\mockpp_34\" -D"" -aa -Tpe -x -Gn -v"/> </OPTIONS> <LINKER> - <ALLOBJ value="c0w32.obj $(PACKAGES) $(OBJFILES)"/> + <ALLOBJ value="c0x32.obj $(PACKAGES) $(OBJFILES)"/> <ALLRES value="$(RESFILES)"/> <ALLLIB value="cg32.lib $(LIBFILES) $(LIBRARIES) import32.lib cw32mti.lib"/> </LINKER> Index: mock_test.bpf =================================================================== RCS file: /cvsroot/mockpp/mockpp/bcb5/mock_test.bpf,v retrieving revision 1.43 retrieving revision 1.44 diff -u -d -r1.43 -r1.44 --- mock_test.bpf 2 Jan 2006 20:24:56 -0000 1.43 +++ mock_test.bpf 4 Jan 2006 19:56:21 -0000 1.44 @@ -49,76 +49,76 @@ USEUNIT("..\mockpp\tests\VisitableMockMethod_2_test.cpp"); USEUNIT("..\mockpp\tests\ResponseVector_test.cpp"); USEUNIT("..\mockpp\tests\NoException_test.cpp"); -USEUNIT("..\tests\AbstractDynamicChainingMock_test.cpp"); -USEUNIT("..\tests\AbstractInvocationDispatcher_test.cpp"); -USEUNIT("..\tests\And_test.cpp"); -USEUNIT("..\tests\AnyArgumentsMatcher_test.cpp"); -USEUNIT("..\tests\ArgumentsMatchBuilder_test.cpp"); -USEUNIT("..\tests\ArgumentsMatcher_test.cpp"); -USEUNIT("..\tests\ChainableMockMethod_1_test.cpp"); -USEUNIT("..\tests\ChainableMockMethod_2_test.cpp"); -USEUNIT("..\tests\ChainableMockMethod_test.cpp"); -USEUNIT("..\tests\ChainableMockObject_1_test.cpp"); -USEUNIT("..\tests\ChainableMockObject_1_void_test.cpp"); -USEUNIT("..\tests\ChainableMockObject_2_test.cpp"); -USEUNIT("..\tests\ChainableMockObject_2_void_test.cpp"); -USEUNIT("..\tests\ChainableMockObject_3_test.cpp"); -USEUNIT("..\tests\ChainableMockObject_3_void_test.cpp"); -USEUNIT("..\tests\ChainableMockObject_4_test.cpp"); -USEUNIT("..\tests\ChainableMockObject_4_void_test.cpp"); -USEUNIT("..\tests\ChainableMockObject_5_test.cpp"); -USEUNIT("..\tests\ChainableMockObject_5_void_test.cpp"); -USEUNIT("..\tests\ChainableMockObject_test.cpp"); -USEUNIT("..\tests\ChainableMockObject_void_test.cpp"); -USEUNIT("..\tests\ChainableMockObjectPolymorphism_test.cpp"); -USEUNIT("..\tests\ChainingMockBuilder_test.cpp"); -USEUNIT("..\tests\ChainingMockObjectSupport_test.cpp"); -USEUNIT("..\tests\ConstraintList_test.cpp"); -USEUNIT("..\tests\ConstraintSet_test.cpp"); -USEUNIT("..\tests\CoreMock_test.cpp"); -USEUNIT("..\tests\CustomStub_test.cpp"); -USEUNIT("..\tests\DefaultResultStub_test.cpp"); -USEUNIT("..\tests\DynamicChainingMockError_test.cpp"); -USEUNIT("..\tests\FIFOInvocationDispatcher_test.cpp"); -USEUNIT("..\tests\Invocation_test.cpp"); -USEUNIT("..\tests\InvocationMocker_test.cpp"); -USEUNIT("..\tests\InvocationMockerBuilder_test.cpp"); -USEUNIT("..\tests\InvokeAtLeastMatcher_test.cpp"); -USEUNIT("..\tests\InvokeAtLeastOnceMatcher_test.cpp"); -USEUNIT("..\tests\InvokeAtMostMatcher_test.cpp"); -USEUNIT("..\tests\InvokeCountMatcher_test.cpp"); -USEUNIT("..\tests\InvokedAfterMatcher_test.cpp"); -USEUNIT("..\tests\InvokedBeforeMatcher_test.cpp"); -USEUNIT("..\tests\InvokedRecorder_test.cpp"); -USEUNIT("..\tests\InvokeOnceMatcher_test.cpp"); -USEUNIT("..\tests\IsAnything_test.cpp"); -USEUNIT("..\tests\IsCloseTo_test.cpp"); -USEUNIT("..\tests\IsEqual_test.cpp"); -USEUNIT("..\tests\IsGreaterOrEqual_test.cpp"); -USEUNIT("..\tests\IsGreaterThan_test.cpp"); -USEUNIT("..\tests\IsInstanceOf_test.cpp"); -USEUNIT("..\tests\IsLessOrEqual_test.cpp"); -USEUNIT("..\tests\IsLessThan_test.cpp"); -USEUNIT("..\tests\IsNot_test.cpp"); -USEUNIT("..\tests\IsNothing_test.cpp"); -USEUNIT("..\tests\IsSame_test.cpp"); -USEUNIT("..\tests\LIFOInvocationDispatcher_test.cpp"); -USEUNIT("..\tests\MatchBuilder_test.cpp"); -USEUNIT("..\tests\mockpp_pti_test.cpp"); -USEUNIT("..\tests\NoArgumentsMatcher_test.cpp"); -USEUNIT("..\tests\Or_test.cpp"); -USEUNIT("..\tests\OutBound_test.cpp"); -USEUNIT("..\tests\ReturnStub_test.cpp"); -USEUNIT("..\tests\StringContains_test.cpp"); -USEUNIT("..\tests\StringEndsWith_test.cpp"); -USEUNIT("..\tests\StringStartsWith_test.cpp"); -USEUNIT("..\tests\StubBuilder_test.cpp"); -USEUNIT("..\tests\StubSequence_test.cpp"); -USEUNIT("..\tests\TestFailureMatcher_test.cpp"); -USEUNIT("..\tests\TestFailureStub_test.cpp"); -USEUNIT("..\tests\ThrowStub_test.cpp"); -USEUNIT("..\tests\TypelessStubSequence_test.cpp"); -USEUNIT("..\tests\UnlimitedMatcher_test.cpp"); -USEUNIT("..\tests\VerifyingTestCaller_test.cpp"); -USEUNIT("..\tests\VoidStub_test.cpp"); +USEUNIT("..\mockpp\tests\AbstractDynamicChainingMock_test.cpp"); +USEUNIT("..\mockpp\tests\AbstractInvocationDispatcher_test.cpp"); +USEUNIT("..\mockpp\tests\And_test.cpp"); +USEUNIT("..\mockpp\tests\AnyArgumentsMatcher_test.cpp"); +USEUNIT("..\mockpp\tests\ArgumentsMatchBuilder_test.cpp"); +USEUNIT("..\mockpp\tests\ArgumentsMatcher_test.cpp"); +USEUNIT("..\mockpp\tests\ChainableMockMethod_1_test.cpp"); +USEUNIT("..\mockpp\tests\ChainableMockMethod_2_test.cpp"); +USEUNIT("..\mockpp\tests\ChainableMockMethod_test.cpp"); +USEUNIT("..\mockpp\tests\ChainableMockObject_1_test.cpp"); +USEUNIT("..\mockpp\tests\ChainableMockObject_1_void_test.cpp"); +USEUNIT("..\mockpp\tests\ChainableMockObject_2_test.cpp"); +USEUNIT("..\mockpp\tests\ChainableMockObject_2_void_test.cpp"); +USEUNIT("..\mockpp\tests\ChainableMockObject_3_test.cpp"); +USEUNIT("..\mockpp\tests\ChainableMockObject_3_void_test.cpp"); +USEUNIT("..\mockpp\tests\ChainableMockObject_4_test.cpp"); +USEUNIT("..\mockpp\tests\ChainableMockObject_4_void_test.cpp"); +USEUNIT("..\mockpp\tests\ChainableMockObject_5_test.cpp"); +USEUNIT("..\mockpp\tests\ChainableMockObject_5_void_test.cpp"); +USEUNIT("..\mockpp\tests\ChainableMockObject_test.cpp"); +USEUNIT("..\mockpp\tests\ChainableMockObject_void_test.cpp"); +USEUNIT("..\mockpp\tests\ChainableMockObjectPolymorphism_test.cpp"); +USEUNIT("..\mockpp\tests\ChainingMockBuilder_test.cpp"); +USEUNIT("..\mockpp\tests\ChainingMockObjectSupport_test.cpp"); +USEUNIT("..\mockpp\tests\ConstraintList_test.cpp"); +USEUNIT("..\mockpp\tests\ConstraintSet_test.cpp"); +USEUNIT("..\mockpp\tests\CoreMock_test.cpp"); +USEUNIT("..\mockpp\tests\CustomStub_test.cpp"); +USEUNIT("..\mockpp\tests\DefaultResultStub_test.cpp"); +USEUNIT("..\mockpp\tests\DynamicChainingMockError_test.cpp"); +USEUNIT("..\mockpp\tests\FIFOInvocationDispatcher_test.cpp"); +USEUNIT("..\mockpp\tests\Invocation_test.cpp"); +USEUNIT("..\mockpp\tests\InvocationMocker_test.cpp"); +USEUNIT("..\mockpp\tests\InvocationMockerBuilder_test.cpp"); +USEUNIT("..\mockpp\tests\InvokeAtLeastMatcher_test.cpp"); +USEUNIT("..\mockpp\tests\InvokeAtLeastOnceMatcher_test.cpp"); +USEUNIT("..\mockpp\tests\InvokeAtMostMatcher_test.cpp"); +USEUNIT("..\mockpp\tests\InvokeCountMatcher_test.cpp"); +USEUNIT("..\mockpp\tests\InvokedAfterMatcher_test.cpp"); +USEUNIT("..\mockpp\tests\InvokedBeforeMatcher_test.cpp"); +USEUNIT("..\mockpp\tests\InvokedRecorder_test.cpp"); +USEUNIT("..\mockpp\tests\InvokeOnceMatcher_test.cpp"); +USEUNIT("..\mockpp\tests\IsAnything_test.cpp"); +USEUNIT("..\mockpp\tests\IsCloseTo_test.cpp"); +USEUNIT("..\mockpp\tests\IsEqual_test.cpp"); +USEUNIT("..\mockpp\tests\IsGreaterOrEqual_test.cpp"); +USEUNIT("..\mockpp\tests\IsGreaterThan_test.cpp"); +USEUNIT("..\mockpp\tests\IsInstanceOf_test.cpp"); +USEUNIT("..\mockpp\tests\IsLessOrEqual_test.cpp"); +USEUNIT("..\mockpp\tests\IsLessThan_test.cpp"); +USEUNIT("..\mockpp\tests\IsNot_test.cpp"); +USEUNIT("..\mockpp\tests\IsNothing_test.cpp"); +USEUNIT("..\mockpp\tests\IsSame_test.cpp"); +USEUNIT("..\mockpp\tests\LIFOInvocationDispatcher_test.cpp"); +USEUNIT("..\mockpp\tests\MatchBuilder_test.cpp"); +USEUNIT("..\mockpp\tests\mockpp_pti_test.cpp"); +USEUNIT("..\mockpp\tests\NoArgumentsMatcher_test.cpp"); +USEUNIT("..\mockpp\tests\Or_test.cpp"); +USEUNIT("..\mockpp\tests\OutBound_test.cpp"); +USEUNIT("..\mockpp\tests\ReturnStub_test.cpp"); +USEUNIT("..\mockpp\tests\StringContains_test.cpp"); +USEUNIT("..\mockpp\tests\StringEndsWith_test.cpp"); +USEUNIT("..\mockpp\tests\StringStartsWith_test.cpp"); +USEUNIT("..\mockpp\tests\StubBuilder_test.cpp"); +USEUNIT("..\mockpp\tests\StubSequence_test.cpp"); +USEUNIT("..\mockpp\tests\TestFailureMatcher_test.cpp"); +USEUNIT("..\mockpp\tests\TestFailureStub_test.cpp"); +USEUNIT("..\mockpp\tests\ThrowStub_test.cpp"); +USEUNIT("..\mockpp\tests\TypelessStubSequence_test.cpp"); +USEUNIT("..\mockpp\tests\UnlimitedMatcher_test.cpp"); +USEUNIT("..\mockpp\tests\VerifyingTestCaller_test.cpp"); +USEUNIT("..\mockpp\tests\VoidStub_test.cpp"); Index: mock_test_win32.bpf =================================================================== RCS file: /cvsroot/mockpp/mockpp/bcb5/mock_test_win32.bpf,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- mock_test_win32.bpf 2 Jan 2006 20:24:56 -0000 1.4 +++ mock_test_win32.bpf 4 Jan 2006 19:56:21 -0000 1.5 @@ -49,76 +49,76 @@ USEUNIT("..\mockpp\tests\VisitableMockMethod_2_test.cpp"); USEUNIT("..\mockpp\tests\ResponseVector_test.cpp"); USEUNIT("..\mockpp\tests\NoException_test.cpp"); -USEUNIT("..\tests\AbstractDynamicChainingMock_test.cpp"); -USEUNIT("..\tests\AbstractInvocationDispatcher_test.cpp"); -USEUNIT("..\tests\And_test.cpp"); -USEUNIT("..\tests\AnyArgumentsMatcher_test.cpp"); -USEUNIT("..\tests\ArgumentsMatchBuilder_test.cpp"); -USEUNIT("..\tests\ArgumentsMatcher_test.cpp"); -USEUNIT("..\tests\ChainableMockMethod_1_test.cpp"); -USEUNIT("..\tests\ChainableMockMethod_2_test.cpp"); -USEUNIT("..\tests\ChainableMockMethod_test.cpp"); -USEUNIT("..\tests\ChainableMockObject_1_test.cpp"); -USEUNIT("..\tests\ChainableMockObject_1_void_test.cpp"); -USEUNIT("..\tests\ChainableMockObject_2_test.cpp"); -USEUNIT("..\tests\ChainableMockObject_2_void_test.cpp"); -USEUNIT("..\tests\ChainableMockObject_3_test.cpp"); -USEUNIT("..\tests\ChainableMockObject_3_void_test.cpp"); -USEUNIT("..\tests\ChainableMockObject_4_test.cpp"); -USEUNIT("..\tests\ChainableMockObject_4_void_test.cpp"); -USEUNIT("..\tests\ChainableMockObject_5_test.cpp"); -USEUNIT("..\tests\ChainableMockObject_5_void_test.cpp"); -USEUNIT("..\tests\ChainableMockObject_test.cpp"); -USEUNIT("..\tests\ChainableMockObject_void_test.cpp"); -USEUNIT("..\tests\ChainableMockObjectPolymorphism_test.cpp"); -USEUNIT("..\tests\ChainingMockBuilder_test.cpp"); -USEUNIT("..\tests\ChainingMockObjectSupport_test.cpp"); -USEUNIT("..\tests\ConstraintList_test.cpp"); -USEUNIT("..\tests\ConstraintSet_test.cpp"); -USEUNIT("..\tests\CoreMock_test.cpp"); -USEUNIT("..\tests\CustomStub_test.cpp"); -USEUNIT("..\tests\DefaultResultStub_test.cpp"); -USEUNIT("..\tests\DynamicChainingMockError_test.cpp"); -USEUNIT("..\tests\FIFOInvocationDispatcher_test.cpp"); -USEUNIT("..\tests\Invocation_test.cpp"); -USEUNIT("..\tests\InvocationMocker_test.cpp"); -USEUNIT("..\tests\InvocationMockerBuilder_test.cpp"); -USEUNIT("..\tests\InvokeAtLeastMatcher_test.cpp"); -USEUNIT("..\tests\InvokeAtLeastOnceMatcher_test.cpp"); -USEUNIT("..\tests\InvokeAtMostMatcher_test.cpp"); -USEUNIT("..\tests\InvokeCountMatcher_test.cpp"); -USEUNIT("..\tests\InvokedAfterMatcher_test.cpp"); -USEUNIT("..\tests\InvokedBeforeMatcher_test.cpp"); -USEUNIT("..\tests\InvokedRecorder_test.cpp"); -USEUNIT("..\tests\InvokeOnceMatcher_test.cpp"); -USEUNIT("..\tests\IsAnything_test.cpp"); -USEUNIT("..\tests\IsCloseTo_test.cpp"); -USEUNIT("..\tests\IsEqual_test.cpp"); -USEUNIT("..\tests\IsGreaterOrEqual_test.cpp"); -USEUNIT("..\tests\IsGreaterThan_test.cpp"); -USEUNIT("..\tests\IsInstanceOf_test.cpp"); -USEUNIT("..\tests\IsLessOrEqual_test.cpp"); -USEUNIT("..\tests\IsLessThan_test.cpp"); -USEUNIT("..\tests\IsNot_test.cpp"); -USEUNIT("..\tests\IsNothing_test.cpp"); -USEUNIT("..\tests\IsSame_test.cpp"); -USEUNIT("..\tests\LIFOInvocationDispatcher_test.cpp"); -USEUNIT("..\tests\MatchBuilder_test.cpp"); -USEUNIT("..\tests\mockpp_pti_test.cpp"); -USEUNIT("..\tests\NoArgumentsMatcher_test.cpp"); -USEUNIT("..\tests\Or_test.cpp"); -USEUNIT("..\tests\OutBound_test.cpp"); -USEUNIT("..\tests\ReturnStub_test.cpp"); -USEUNIT("..\tests\StringContains_test.cpp"); -USEUNIT("..\tests\StringEndsWith_test.cpp"); -USEUNIT("..\tests\StringStartsWith_test.cpp"); -USEUNIT("..\tests\StubBuilder_test.cpp"); -USEUNIT("..\tests\StubSequence_test.cpp"); -USEUNIT("..\tests\TestFailureMatcher_test.cpp"); -USEUNIT("..\tests\TestFailureStub_test.cpp"); -USEUNIT("..\tests\ThrowStub_test.cpp"); -USEUNIT("..\tests\TypelessStubSequence_test.cpp"); -USEUNIT("..\tests\UnlimitedMatcher_test.cpp"); -USEUNIT("..\tests\VerifyingTestCaller_test.cpp"); -USEUNIT("..\tests\VoidStub_test.cpp"); +USEUNIT("..\mockpp\tests\AbstractDynamicChainingMock_test.cpp"); +USEUNIT("..\mockpp\tests\AbstractInvocationDispatcher_test.cpp"); +USEUNIT("..\mockpp\tests\And_test.cpp"); +USEUNIT("..\mockpp\tests\AnyArgumentsMatcher_test.cpp"); +USEUNIT("..\mockpp\tests\ArgumentsMatchBuilder_test.cpp"); +USEUNIT("..\mockpp\tests\ArgumentsMatcher_test.cpp"); +USEUNIT("..\mockpp\tests\ChainableMockMethod_1_test.cpp"); +USEUNIT("..\mockpp\tests\ChainableMockMethod_2_test.cpp"); +USEUNIT("..\mockpp\tests\ChainableMockMethod_test.cpp"); +USEUNIT("..\mockpp\tests\ChainableMockObject_1_test.cpp"); +USEUNIT("..\mockpp\tests\ChainableMockObject_1_void_test.cpp"); +USEUNIT("..\mockpp\tests\ChainableMockObject_2_test.cpp"); +USEUNIT("..\mockpp\tests\ChainableMockObject_2_void_test.cpp"); +USEUNIT("..\mockpp\tests\ChainableMockObject_3_test.cpp"); +USEUNIT("..\mockpp\tests\ChainableMockObject_3_void_test.cpp"); +USEUNIT("..\mockpp\tests\ChainableMockObject_4_test.cpp"); +USEUNIT("..\mockpp\tests\ChainableMockObject_4_void_test.cpp"); +USEUNIT("..\mockpp\tests\ChainableMockObject_5_test.cpp"); +USEUNIT("..\mockpp\tests\ChainableMockObject_5_void_test.cpp"); +USEUNIT("..\mockpp\tests\ChainableMockObject_test.cpp"); +USEUNIT("..\mockpp\tests\ChainableMockObject_void_test.cpp"); +USEUNIT("..\mockpp\tests\ChainableMockObjectPolymorphism_test.cpp"); +USEUNIT("..\mockpp\tests\ChainingMockBuilder_test.cpp"); +USEUNIT("..\mockpp\tests\ChainingMockObjectSupport_test.cpp"); +USEUNIT("..\mockpp\tests\ConstraintList_test.cpp"); +USEUNIT("..\mockpp\tests\ConstraintSet_test.cpp"); +USEUNIT("..\mockpp\tests\CoreMock_test.cpp"); +USEUNIT("..\mockpp\tests\CustomStub_test.cpp"); +USEUNIT("..\mockpp\tests\DefaultResultStub_test.cpp"); +USEUNIT("..\mockpp\tests\DynamicChainingMockError_test.cpp"); +USEUNIT("..\mockpp\tests\FIFOInvocationDispatcher_test.cpp"); +USEUNIT("..\mockpp\tests\Invocation_test.cpp"); +USEUNIT("..\mockpp\tests\InvocationMocker_test.cpp"); +USEUNIT("..\mockpp\tests\InvocationMockerBuilder_test.cpp"); +USEUNIT("..\mockpp\tests\InvokeAtLeastMatcher_test.cpp"); +USEUNIT("..\mockpp\tests\InvokeAtLeastOnceMatcher_test.cpp"); +USEUNIT("..\mockpp\tests\InvokeAtMostMatcher_test.cpp"); +USEUNIT("..\mockpp\tests\InvokeCountMatcher_test.cpp"); +USEUNIT("..\mockpp\tests\InvokedAfterMatcher_test.cpp"); +USEUNIT("..\mockpp\tests\InvokedBeforeMatcher_test.cpp"); +USEUNIT("..\mockpp\tests\InvokedRecorder_test.cpp"); +USEUNIT("..\mockpp\tests\InvokeOnceMatcher_test.cpp"); +USEUNIT("..\mockpp\tests\IsAnything_test.cpp"); +USEUNIT("..\mockpp\tests\IsCloseTo_test.cpp"); +USEUNIT("..\mockpp\tests\IsEqual_test.cpp"); +USEUNIT("..\mockpp\tests\IsGreaterOrEqual_test.cpp"); +USEUNIT("..\mockpp\tests\IsGreaterThan_test.cpp"); +USEUNIT("..\mockpp\tests\IsInstanceOf_test.cpp"); +USEUNIT("..\mockpp\tests\IsLessOrEqual_test.cpp"); +USEUNIT("..\mockpp\tests\IsLessThan_test.cpp"); +USEUNIT("..\mockpp\tests\IsNot_test.cpp"); +USEUNIT("..\mockpp\tests\IsNothing_test.cpp"); +USEUNIT("..\mockpp\tests\IsSame_test.cpp"); +USEUNIT("..\mockpp\tests\LIFOInvocationDispatcher_test.cpp"); +USEUNIT("..\mockpp\tests\MatchBuilder_test.cpp"); +USEUNIT("..\mockpp\tests\mockpp_pti_test.cpp"); +USEUNIT("..\mockpp\tests\NoArgumentsMatcher_test.cpp"); +USEUNIT("..\mockpp\tests\Or_test.cpp"); +USEUNIT("..\mockpp\tests\OutBound_test.cpp"); +USEUNIT("..\mockpp\tests\ReturnStub_test.cpp"); +USEUNIT("..\mockpp\tests\StringContains_test.cpp"); +USEUNIT("..\mockpp\tests\StringEndsWith_test.cpp"); +USEUNIT("..\mockpp\tests\StringStartsWith_test.cpp"); +USEUNIT("..\mockpp\tests\StubBuilder_test.cpp"); +USEUNIT("..\mockpp\tests\StubSequence_test.cpp"); +USEUNIT("..\mockpp\tests\TestFailureMatcher_test.cpp"); +USEUNIT("..\mockpp\tests\TestFailureStub_test.cpp"); +USEUNIT("..\mockpp\tests\ThrowStub_test.cpp"); +USEUNIT("..\mockpp\tests\TypelessStubSequence_test.cpp"); +USEUNIT("..\mockpp\tests\UnlimitedMatcher_test.cpp"); +USEUNIT("..\mockpp\tests\VerifyingTestCaller_test.cpp"); +USEUNIT("..\mockpp\tests\VoidStub_test.cpp"); |