From 7be35af167f969433d9775f6ddc5d294f69dd4b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin=20Lind=C3=A9n?= Date: Sun, 7 Apr 2019 15:41:34 +0200 Subject: [PATCH] Use correct filename in CMake integration docs --- docs/cmake-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cmake-integration.md b/docs/cmake-integration.md index 246e7f0e..57073c40 100644 --- a/docs/cmake-integration.md +++ b/docs/cmake-integration.md @@ -48,7 +48,7 @@ If Catch2 has been installed in system, both of these can be used after doing `find_package(Catch2 REQUIRED)`. Otherwise you need to add them to your CMake module path. -### `Catch.cmake` and `AddCatchTests.cmake` +### `Catch.cmake` and `CatchAddTests.cmake` `Catch.cmake` provides function `catch_discover_tests` to get tests from a target. This function works by running the resulting executable with