[Mockpp-commits] mockpp/mockpp/docs/en appendix.docbook,1.17,1.18
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2006-01-01 16:51:55
|
Update of /cvsroot/mockpp/mockpp/mockpp/docs/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2194/mockpp/docs/en Modified Files: appendix.docbook Log Message: boost test Index: appendix.docbook =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/docs/en/appendix.docbook,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- appendix.docbook 30 Dec 2005 14:18:17 -0000 1.17 +++ appendix.docbook 1 Jan 2006 16:51:46 -0000 1.18 @@ -102,6 +102,21 @@ </listitem> </varlistentry> + <varlistentry> + <term>--enable-boosttest</term> + <listitem>This option enables Boost.Test as test framework. + </listitem> + </varlistentry> + + <varlistentry> + <term>--boost-dir</term> + <listitem>Normaly configure searches <filename>/usr/include</filename> and + <filename>/usr/local/include</filename>. In case there are multiple version + the first directory is taken. If you have a non-standard include directory or + need as special version you will want to use this option. + </listitem> + </varlistentry> + </variablelist> |