Skip to content

Commit

Permalink
adding missing test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveMacenski committed May 28, 2021
1 parent ccbf662 commit c2bc550
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nav2_controller/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@

<test_depend>ament_lint_common</test_depend>
<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_cmake_gtest</test_depend>
<test_depend>ament_cmake_pytest</test_depend>

<export>
<build_type>ament_cmake</build_type>
Expand Down
2 changes: 2 additions & 0 deletions nav2_smac_planner/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@

<test_depend>ament_lint_common</test_depend>
<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_cmake_gtest</test_depend>
<test_depend>ament_cmake_pytest</test_depend>

<export>
<build_type>ament_cmake</build_type>
Expand Down
2 changes: 2 additions & 0 deletions nav2_waypoint_follower/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@

<test_depend>ament_lint_common</test_depend>
<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_cmake_gtest</test_depend>
<test_depend>ament_cmake_pytest</test_depend>

<export>
<build_type>ament_cmake</build_type>
Expand Down

0 comments on commit c2bc550

Please sign in to comment.