Skip to content

Commit

Permalink
Properly export dependencies.
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Lalancette <[email protected]>
  • Loading branch information
clalancette committed Nov 28, 2023
1 parent c51f168 commit 819c592
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test_tracetools/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@
<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>pkg-config</buildtool_depend>

<!-- Two of the utilities from this package (test_ping and test_pong)
are used in test_ros2trace. Because of that, we need to build_export_depend
the dependencies that those packages use so that colcon properly sets up the
environment when running thes test_ros2trace tests.
-->
<build_export_depend>rclcpp</build_export_depend>
<build_export_depend>std_msgs</build_export_depend>

<test_depend>ament_cmake_gtest</test_depend>
<test_depend>ament_cmake_mypy</test_depend>
<test_depend>ament_cmake_pytest</test_depend>
Expand Down

0 comments on commit 819c592

Please sign in to comment.