Added some documentation on how to build and run the unittests.

This commit is contained in:
Jan Möbius
2023-02-28 10:31:28 +01:00
parent fa184633d2
commit bb2f5c63be
3 changed files with 7 additions and 1 deletions

View File

@@ -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>

View File

@@ -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>.

View File

@@ -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 />