From: Ewald A. <ewa...@us...> - 2005-12-30 14:18:27
|
Update of /cvsroot/mockpp/mockpp/mockpp/docs/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32254/mockpp/docs/en Modified Files: appendix.docbook Log Message: typo Index: appendix.docbook =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/docs/en/appendix.docbook,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- appendix.docbook 30 Dec 2005 12:41:44 -0000 1.16 +++ appendix.docbook 30 Dec 2005 14:18:17 -0000 1.17 @@ -88,7 +88,7 @@ </varlistentry> <varlistentry> - <term>--disable-cxxtest</term> + <term>--disable-builtin-cxxtest</term> <listitem>By default &mockpp; uses a built-in version of &cxxtest; as test framework. If you want to use another framework you should disable it to remove all internal dependencies. Please understand that in this case the unit tests |