Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Jan 21, 2021
1 parent bd4028c commit 9723aae
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
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).

0 comments on commit 9723aae

Please # to comment.