summaryrefslogtreecommitdiff
path: root/docs/cmake-integration.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cmake-integration.md')
-rw-r--r--docs/cmake-integration.md2
1 files changed, 1 insertions, 1 deletions
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