Skip to content

Commit d9a331d

Browse files
committed
change directory tests -> test
Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
1 parent 070fe90 commit d9a331d

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

planning/behavior_velocity_planner/autoware_behavior_velocity_run_out_module/CMakeLists.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ ament_auto_add_library(${PROJECT_NAME} SHARED
1717

1818
if(BUILD_TESTING)
1919
ament_add_ros_isolated_gtest(test_${PROJECT_NAME}
20-
tests/test_dynamic_obstacle.cpp
21-
tests/test_path_utils.cpp
22-
tests/test_utils.cpp
23-
tests/test_state_machine.cpp
24-
tests/test_node_interface.cpp
20+
test/test_dynamic_obstacle.cpp
21+
test/test_path_utils.cpp
22+
test/test_utils.cpp
23+
test/test_state_machine.cpp
24+
test/test_node_interface.cpp
2525
)
2626
target_link_libraries(test_${PROJECT_NAME}
2727
autoware_behavior_velocity_run_out_module

0 commit comments

Comments
 (0)