mirror of
https://github.com/catchorg/Catch2.git
synced 2024-12-23 11:43:29 +01:00
Use correct filename in CMake integration docs
This commit is contained in:
parent
08147a23f9
commit
7be35af167
@ -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
|
doing `find_package(Catch2 REQUIRED)`. Otherwise you need to add them
|
||||||
to your CMake module path.
|
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
|
`Catch.cmake` provides function `catch_discover_tests` to get tests from
|
||||||
a target. This function works by running the resulting executable with
|
a target. This function works by running the resulting executable with
|
||||||
|
Loading…
Reference in New Issue
Block a user