Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/catch.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ directly add the `extras/gtest/inclode` directory to your include path:

```cmake
add_subdirectory(rapidcheck)
set include_directories(rapidcheck/extras/gtest/include)
include_directories(rapidcheck/extras/gtest/include)
add_executable(MyTest main.cpp)
```

Expand Down
2 changes: 1 addition & 1 deletion doc/user_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The following document is a work in progress and some parts are still missing. T

## Extras

- [Catch Test integratio](catch.md)
- [Catch Test integration](catch.md)
- [Google Test integration](gtest.md)
- [Google Mock integration](gmock.md)
- [Boost support](boost.md)
Expand Down