Update of /cvsroot/mockpp/mockpp/3party/cxxtest
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27352/3party/cxxtest
Modified Files:
README.mockpp
Log Message:
integration cxxtest + ministl
Index: README.mockpp
===================================================================
RCS file: /cvsroot/mockpp/mockpp/3party/cxxtest/README.mockpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- README.mockpp 10 Dec 2005 21:56:51 -0000 1.4
+++ README.mockpp 18 Dec 2005 16:56:22 -0000 1.5
@@ -9,10 +9,14 @@
The changes are:
-- make a library out of the *.cpp files.
+- make a library out of the *.cpp files,
+ includes export declarations for windows platforms
- omit samples directory
- moved some static members to their actual cpp file
- fixed superfluous and nowadays erroneous "namespace { .. };" to "namespace { .. }"
+- optional use of built-in minstl
+- #include config-files from mockpp for consistency
+- exclude std::deque/std::multiset related stuff for ministl
- quick hack: public: TestTracker::void setListener( TestListener *l );
- quick hack: protected: TestRunner::runWorld()
|