mirror of
https://github.com/catchorg/Catch2.git
synced 2024-12-23 03:43:28 +01:00
Merge pull request #1592 from robinlinden/fix-cmake-integration-typo
Use correct filename in CMake integration docs
This commit is contained in:
commit
293d617c49
@ -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