Added some documentation on how to build and run the unittests.
This commit is contained in:
@@ -32,6 +32,11 @@
|
|||||||
<li>Removed globbing for Core and Tools library include and source files</li>
|
<li>Removed globbing for Core and Tools library include and source files</li>
|
||||||
<li>Removed global includes from App builds</li>
|
<li>Removed global includes from App builds</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<b>Documentation</b>
|
||||||
|
<ul>
|
||||||
|
<li>Added some information on how to build and run the unittests.</li>
|
||||||
|
</ul>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -176,7 +176,7 @@ CMake builds both shared and static under MacOS X.
|
|||||||
**/
|
**/
|
||||||
|
|
||||||
|
|
||||||
/** \page compiling_tests Compiling OpenMesh Unit Tests
|
/** \page compiling_tests Compiling OpenMesh unit tests
|
||||||
|
|
||||||
%OpenMesh comes with a set of unittests for all platforms. In order to run these
|
%OpenMesh comes with a set of unittests for all platforms. In order to run these
|
||||||
tests, you need to enable the cmake flag <b>OPENMESH_BUILD_UNIT_TESTS</b>.
|
tests, you need to enable the cmake flag <b>OPENMESH_BUILD_UNIT_TESTS</b>.
|
||||||
|
|||||||
@@ -33,6 +33,7 @@ In this section all necessary information on how to build projects using %OpenMe
|
|||||||
is given.
|
is given.
|
||||||
|
|
||||||
\li \subpage compiling
|
\li \subpage compiling
|
||||||
|
\li \subpage compiling_tests
|
||||||
|
|
||||||
<br /><br />
|
<br /><br />
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user