ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
The reason for not carrying gtest as a formula anymore is that Google actually suggests against a pre-built gtest library, instead they figure you should build gtest with your project to ensure similar build flags.
There are open tickets related to this problem.
https://github.com/ros/homebrew-fuerte/issues/5
https://github.com/ros/catkin/issues/157
In the short term installing gtest manually will work, but a better long term solution is in progress.