Skip to content

Commit

Permalink
Merge pull request #440 from scpeters/test_j1
Browse files Browse the repository at this point in the history
Recommend -j1 when running tests.
  • Loading branch information
scpeters committed Apr 26, 2016
2 parents b7f724a + 1d3293e commit 9abc2d8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,12 @@ We follow the [C++ ROS style guidelines](http://ros.org/wiki/CppStyleGuide) and
conventions as closely as possible. However, because the plugins inherit from Gazebo
classes and Gazebo follows a very different formatting standard, there are a few
exceptions where Gazebo's function names do not comply to the ROS guidelines.

## Tests

We encourage developers to include tests in their pull requests when possible,
both for bug fixes and new features.
Examples of tests are in the `gazebo_plugins/test*` folders.
Currently the tests must not be run in parallel (see issue
[issue 409](https://github.com/ros-simulation/gazebo_ros_pkgs/issues/409))
so it is recommented to use the `-j1` argument to `catkin run_tests`.

0 comments on commit 9abc2d8

Please sign in to comment.