Skip to content

Commit c366f33

Browse files
committed
Added ament_python_test to package.xml
Signed-off-by: Gonzalo de Pedro <[email protected]>
1 parent 0665f21 commit c366f33

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

rosidl_typesupport_protobuf_c/package.xml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
<exec_depend>rosidl_typesupport_interface</exec_depend>
3131

3232
<test_depend>ament_cmake_gtest</test_depend>
33+
<test_depend>ament_cmake_pytest</test_depend>
3334

3435
<member_of_group>rosidl_typesupport_c_packages</member_of_group>
3536

rosidl_typesupport_protobuf_cpp/package.xml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<exec_depend>rosidl_typesupport_protobuf</exec_depend>
3030

3131
<test_depend>ament_cmake_gtest</test_depend>
32+
<test_depend>ament_cmake_pytest</test_depend>
3233

3334
<member_of_group>rosidl_typesupport_cpp_packages</member_of_group>
3435

0 commit comments

Comments
 (0)