Skip to content

Commit a0539be

Browse files
authored
fix(autoware_mission_planner_universe): add explicit test dependency (#10261)
Signed-off-by: Mete Fatih Cırıt <mfc@autoware.org>
1 parent 8ae942f commit a0539be

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)