Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Commit

Permalink
add test_depend to package.xml
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Gesel <paul.gesel@picknik.ai>
  • Loading branch information
pac48 committed Jul 31, 2024
1 parent eb054f6 commit 4a76504
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/picknik_ur_site_config/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@
<depend>moveit_studio_behavior_interface</depend>
<depend>picknik_ur_base_config</depend>

<test_depend>ament_cmake_gmock</test_depend>
<test_depend>ament_cmake_google_benchmark</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>gtest</test_depend>

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

0 comments on commit 4a76504

Please sign in to comment.