Skip to content

Commit

Permalink
fixup! Add deprecation notice for ParseAndAddCatchTests
Browse files Browse the repository at this point in the history
  • Loading branch information
norbertwenzel committed Dec 18, 2020
1 parent 1137c7e commit 7b2ff07
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/deprecations.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,13 @@ Instead you will have to write this:
REQUIRE_THAT(foo(), m1 || m2 || m3);
```

### `ParseAndAddCatchTests.cmake`

The CMake/CTest integration using `ParseAndAddCatchTests.cmake` is deprecated,
as it can be replaced by `Catch.cmake` that provides the function
`catch_discover_tests` to get tests directly from a CMake target via the
command line interface instead of parsing C++ code with regular expressions.


## Planned changes

Expand Down

0 comments on commit 7b2ff07

Please sign in to comment.