Update of /cvsroot/mockpp/mockpp/mockpp/tests
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31123/mockpp/tests
Modified Files:
Makefile.am
Log Message:
update
Index: Makefile.am
===================================================================
RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/Makefile.am,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -d -r1.84 -r1.85
--- Makefile.am 3 Oct 2005 09:54:39 -0000 1.84
+++ Makefile.am 7 Oct 2005 21:16:35 -0000 1.85
@@ -42,19 +42,19 @@
###########################################################################
mock_test_SOURCES = mock_test.cpp VisitableMockObject_test.cpp \
- Formatter_test.cpp Throwable_test.cpp ThrowableList_test.cpp ExpectationCounter_test.cpp \
- ExpectationCounterRange_test.cpp ExpectationMap_test.cpp ExpectationList_test.cpp \
- ConstraintList_test.cpp ExpectationSet_test.cpp ExpectationConglomeration_test.cpp \
- ExpectationSegment_test.cpp ExpectationValue_test.cpp ExpectationBoundary_test.cpp \
- Verifiable_test.cpp Exception_test.cpp mockpp_test.cpp ReturnObjectList_test.cpp \
- VisitableMockObject_template_test.cpp Assert_test.cpp AssertMo_test.cpp MockObject_test.cpp \
- VisitableMockObject_1_test.cpp VisitableMockObject_2_test.cpp VisitableMockObject_3_test.cpp \
- VisitableMockObject_4_test.cpp VisitableMockObject_5_test.cpp VisitableMockObject_void_test.cpp \
- VisitableMockObject_1_void_test.cpp VisitableMockObject_2_void_test.cpp \
- VisitableMockObject_3_void_test.cpp VisitableMockObject_4_void_test.cpp \
- VisitableMockObject_5_void_test.cpp VerifyingTestCase_test.cpp classes_ABCDE.cpp \
- VerifyingTestCaller_test.cpp TrackingCounter_test.cpp MixedMockObject_5_test.cpp TimeServer_test.cpp \
- VisitableMockMethod_2_test.cpp
+ Formatter_test.cpp Throwable_test.cpp ThrowableList_test.cpp ExpectationCounter_test.cpp \
+ ExpectationCounterRange_test.cpp ExpectationMap_test.cpp ExpectationList_test.cpp \
+ ConstraintList_test.cpp ExpectationSet_test.cpp ExpectationConglomeration_test.cpp \
+ ExpectationSegment_test.cpp ExpectationValue_test.cpp ExpectationBoundary_test.cpp \
+ Verifiable_test.cpp Exception_test.cpp mockpp_test.cpp ReturnObjectList_test.cpp \
+ VisitableMockObject_template_test.cpp Assert_test.cpp AssertMo_test.cpp MockObject_test.cpp \
+ VisitableMockObject_1_test.cpp VisitableMockObject_2_test.cpp VisitableMockObject_3_test.cpp \
+ VisitableMockObject_4_test.cpp VisitableMockObject_5_test.cpp VisitableMockObject_void_test.cpp \
+ VisitableMockObject_1_void_test.cpp VisitableMockObject_2_void_test.cpp \
+ VisitableMockObject_3_void_test.cpp VisitableMockObject_4_void_test.cpp \
+ VisitableMockObject_5_void_test.cpp VerifyingTestCase_test.cpp classes_ABCDE.cpp \
+ VerifyingTestCaller_test.cpp TrackingCounter_test.cpp MixedMockObject_5_test.cpp TimeServer_test.cpp \
+ VisitableMockMethod_2_test.cpp VisitableMockMethod_1_test.cpp
jmock_test_SOURCES = And_test.cpp IsAnything_test.cpp IsCloseTo_test.cpp \
IsEqual_test.cpp IsGreaterOrEqual_test.cpp IsGreaterThan_test.cpp IsInstanceOf_test.cpp \
|