From f871822aaf34ecf79459c48f6d70db430fff814c Mon Sep 17 00:00:00 2001 From: Sebastian Eibl <sebastian.eibl@mpcdf.mpg.de> Date: Thu, 2 Feb 2023 12:23:34 +0100 Subject: [PATCH] adding 08_ctest to the table of contents --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index baa32b1..c62d535 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ we run them in our CI. * [How to pass information from CMake to your code?](05_configure_file) * [How to get the current git hash at configure time?](06_git_configure) * [How to get the current git hash at build time?](07_git_build) + * [How to manage all the tests in your project?](08_ctest) ## Why CMake? * Automatically search for programs, libraries, and header files -- GitLab