Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
  • Loading branch information
ahcorde committed Nov 27, 2023
1 parent 173d24a commit b5cdd25
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ros2_example_bazel_installed/ros2_example_apps/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -225,12 +225,17 @@ ros_py_test(
name = "custom_message_rosbag_test",
srcs = ["test/custom_message_rosbag_test.py"],
data = [
# "//ros2_example_common:ros2_example_common_msgs_sl_fastrtps_cpp",
"//ros2_example_common:ros2_example_common_msgs_sl_introspection_cpp",
"//ros2_example_common:ros2_example_common_msgs_sl_typesupport_cpp",
# "//ros2_example_apps:ros2_example_apps_msgs_sl_fastrtps_cpp",
"//ros2_example_apps:ros2_example_apps_msgs_sl_introspection_cpp",
"//ros2_example_apps:ros2_example_apps_msgs_sl_typesupport_cpp",
# Binaries to run.
":simple_talker",
],
main = "test/custom_message_rosbag_test.py",
deps = [
"rosbag_record_utility",
"@bazel_tools//tools/python/runfiles",
"@ros2//resources/rmw_isolation:rmw_isolation_py",
],
Expand Down

0 comments on commit b5cdd25

Please sign in to comment.