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

@@ -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
tests, you need to enable the cmake flag <b>OPENMESH_BUILD_UNIT_TESTS</b>.