Skip to content

Commit

Permalink
fix(trajectory_follower_nodes): switch to isolated gtests (tier4#661)
Browse files Browse the repository at this point in the history
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
  • Loading branch information
maxime-clem authored and boyali committed Oct 3, 2022
1 parent 0773343 commit 69eb0d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion control/trajectory_follower_nodes/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ if(BUILD_TESTING)
ament_lint_auto_find_test_dependencies()
# Unit tests
set(TRAJECTORY_FOLLOWER_NODES_TEST test_trajectory_follower_nodes)
ament_add_gtest(${TRAJECTORY_FOLLOWER_NODES_TEST}
ament_add_ros_isolated_gtest(${TRAJECTORY_FOLLOWER_NODES_TEST}
test/trajectory_follower_test_utils.hpp
test/test_latlon_muxer_node.cpp
test/test_lateral_controller_node.cpp
Expand Down
2 changes: 1 addition & 1 deletion control/trajectory_follower_nodes/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<exec_depend>ros2launch</exec_depend>

<test_depend>ament_cmake_gtest</test_depend>
<test_depend>ament_cmake_ros</test_depend>
<test_depend>ament_index_python</test_depend>
<!-- <test_depend>ament_lint_auto</test_depend> -->
<!-- <test_depend>ament_lint_common</test_depend> -->
Expand Down

0 comments on commit 69eb0d4

Please sign in to comment.