From bb2f5c63be54037b5f1dacd651e6c59d3031c474 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Tue, 28 Feb 2023 10:31:28 +0100 Subject: [PATCH] Added some documentation on how to build and run the unittests. --- Doc/changelog.docu | 5 +++++ Doc/compiling.docu | 2 +- Doc/mainpage.docu | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Doc/changelog.docu b/Doc/changelog.docu index 4ea0a4aa..69a64866 100644 --- a/Doc/changelog.docu +++ b/Doc/changelog.docu @@ -32,6 +32,11 @@
  • Removed globbing for Core and Tools library include and source files
  • Removed global includes from App builds
  • + +Documentation + diff --git a/Doc/compiling.docu b/Doc/compiling.docu index 57af03d4..f84dcafa 100644 --- a/Doc/compiling.docu +++ b/Doc/compiling.docu @@ -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 OPENMESH_BUILD_UNIT_TESTS. diff --git a/Doc/mainpage.docu b/Doc/mainpage.docu index 2de8d600..06450108 100644 --- a/Doc/mainpage.docu +++ b/Doc/mainpage.docu @@ -33,6 +33,7 @@ In this section all necessary information on how to build projects using %OpenMe is given. \li \subpage compiling +\li \subpage compiling_tests