Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
  • Loading branch information
kyoichi-sugahara committed Apr 5, 2023
1 parent a233e09 commit b82805e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions planning/obstacle_stop_planner/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ rclcpp_components_register_node(obstacle_stop_planner
EXECUTABLE obstacle_stop_planner_node
)

if(BUILD_TESTING)
ament_add_ros_isolated_gtest(test_${PROJECT_NAME}
test/test_${PROJECT_NAME}_node_interface.cpp
)
target_link_libraries(test_${PROJECT_NAME}
${PROJECT_NAME}
)
endif()
# if(BUILD_TESTING)
# ament_add_ros_isolated_gtest(test_${PROJECT_NAME}
# test/test_${PROJECT_NAME}_node_interface.cpp
# )
# target_link_libraries(test_${PROJECT_NAME}
# ${PROJECT_NAME}
# )
# endif()

ament_auto_package(
INSTALL_TO_SHARE
Expand Down

0 comments on commit b82805e

Please sign in to comment.