Skip to content

Commit

Permalink
Add missing test dependencies (#1027)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerjw committed Jan 27, 2022
1 parent b8a5118 commit fd3f70d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion moveit_planners/pilz_industrial_motion_planner/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,11 @@
-->
<test_depend>boost</test_depend>

<test_depend>ament_cmake_gmock</test_depend>
<test_depend>ament_cmake_gtest</test_depend>
<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
<test_depend>ament_cmake_gtest</test_depend>
<test_depend>ros_testing</test_depend>

<!-- The export tag contains other, unspecified, tags -->
<export>
Expand Down

0 comments on commit fd3f70d

Please sign in to comment.