Skip to content

Commit

Permalink
change directory tests -> test
Browse files Browse the repository at this point in the history
Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
  • Loading branch information
takayuki5168 committed Jan 6, 2025
1 parent 070fe90 commit d9a331d
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ ament_auto_add_library(${PROJECT_NAME} SHARED

if(BUILD_TESTING)
ament_add_ros_isolated_gtest(test_${PROJECT_NAME}
tests/test_dynamic_obstacle.cpp
tests/test_path_utils.cpp
tests/test_utils.cpp
tests/test_state_machine.cpp
tests/test_node_interface.cpp
test/test_dynamic_obstacle.cpp
test/test_path_utils.cpp
test/test_utils.cpp
test/test_state_machine.cpp
test/test_node_interface.cpp
)
target_link_libraries(test_${PROJECT_NAME}
autoware_behavior_velocity_run_out_module
Expand Down

0 comments on commit d9a331d

Please sign in to comment.