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
+
+- Added some information on how to build and run the unittests.
+
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