-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bd4028c
commit 9723aae
Showing
1 changed file
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
# classic-gazebo-gtest | ||
GTest vendored inside Classic Gazebo moved to a separate repo to simplify usage with FetchContent. | ||
# gazebo-classic-gtest | ||
|
||
[Gazebo Classic](https://github.com/osrf/gazebo) provides the `gazebo::ServerFixture` class in the `gazebo/test/ServerFixture.hh` header, to simplify developing tests on top of its libraries. | ||
|
||
Unfortunatly, to use it you **must** use exactly the same version of googletest that Gazebo vendors in its [`gazebo/test/gtest`](https://github.com/osrf/gazebo/tree/gazebo11/test/gtest) directory. This repo contains exactly a copy of that directory, in a standalone git repo to simplify its inclusion in other repos via [CMake's FetchContent module](https://cmake.org/cmake/help/latest/module/FetchContent.html). |