[Mockpp-commits] mockpp/mockpp/docs/en appendix.docbook,1.15,1.16
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2005-12-30 12:42:01
|
Update of /cvsroot/mockpp/mockpp/mockpp/docs/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13975/mockpp/docs/en Modified Files: appendix.docbook Log Message: update options Index: appendix.docbook =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/docs/en/appendix.docbook,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- appendix.docbook 28 Dec 2005 09:23:30 -0000 1.15 +++ appendix.docbook 30 Dec 2005 12:41:44 -0000 1.16 @@ -87,6 +87,21 @@ </listitem> </varlistentry> + <varlistentry> + <term>--disable-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 + won't run if you don't enable another supported framework instead. + </listitem> + </varlistentry> + + <varlistentry> + <term>--enable-cppunit</term> + <listitem>This option enables &cppunit; as test framework. + </listitem> + </varlistentry> + </variablelist> |