Skip to content

Commit 23f55b4

Browse files
Add missing gmock dependency
1 parent 9d3caf0 commit 23f55b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

joint_trajectory_controller_plugins/package.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@
1515
<depend>pluginlib</depend>
1616
<depend>trajectory_msgs</depend>
1717

18+
<test_depend>ament_cmake_gmock</test_depend>
1819
<test_depend>ament_lint_auto</test_depend>
1920
<test_depend>ament_lint_common</test_depend>
2021

2122
<export>
2223
<build_type>ament_cmake</build_type>
2324
</export>
24-
</package>
25+
</package>

0 commit comments

Comments
 (0)