Skip to content

Commit

Permalink
Declare a 'launch_frontend_packages' group and use in launch_testing
Browse files Browse the repository at this point in the history
Signed-off-by: Christophe Bedard <[email protected]>
  • Loading branch information
christophebedard committed Jul 15, 2021
1 parent c857d1b commit a00eae9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions launch_testing/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
<test_depend>launch</test_depend>
<test_depend>python3-pytest</test_depend>

<group_depend>launch_frontend_packages</group_depend>

<export>
<build_type>ament_python</build_type>
</export>
Expand Down
2 changes: 2 additions & 0 deletions launch_xml/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
<test_depend>ament_pep257</test_depend>
<test_depend>python3-pytest</test_depend>

<member_of_group>launch_frontend_packages</member_of_group>

<export>
<build_type>ament_python</build_type>
</export>
Expand Down
2 changes: 2 additions & 0 deletions launch_yaml/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
<test_depend>ament_pep257</test_depend>
<test_depend>python3-pytest</test_depend>

<member_of_group>launch_frontend_packages</member_of_group>

<export>
<build_type>ament_python</build_type>
</export>
Expand Down

0 comments on commit a00eae9

Please sign in to comment.