Skip to content

Commit e3a4a0f

Browse files
xmfcxmkquda
authored andcommitted
fix(autoware_mission_planner_universe): add explicit test dependency (autowarefoundation#10261)
Signed-off-by: Mete Fatih Cırıt <mfc@autoware.org>
1 parent 38e4fe3 commit e3a4a0f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

planning/autoware_mission_planner_universe/CMakeLists.txt

+3
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ if(BUILD_TESTING)
4444
target_link_libraries(test_${PROJECT_NAME}
4545
${PROJECT_NAME}_lanelet2_plugins
4646
)
47+
ament_target_dependencies(test_${PROJECT_NAME}
48+
autoware_test_utils
49+
)
4750
endif()
4851

4952
ament_auto_package(

0 commit comments

Comments
 (0)