Skip to content

Commit

Permalink
feat(mission_planner): add unit tests of utility functions
Browse files Browse the repository at this point in the history
Signed-off-by: kosuke55 <[email protected]>
  • Loading branch information
kosuke55 committed Oct 2, 2024
1 parent beecd05 commit 3a77eb8
Show file tree
Hide file tree
Showing 2 changed files with 425 additions and 1 deletion.
3 changes: 2 additions & 1 deletion planning/autoware_mission_planner/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ pluginlib_export_plugin_description_file(autoware_mission_planner plugins/plugin

if(BUILD_TESTING)
ament_add_ros_isolated_gtest(test_${PROJECT_NAME}
test/test_lanelet2_plugins_default_planner.cpp
test/test_lanelet2_plugins_default_planner.cpp
test/test_utility_functions.cpp
)
target_link_libraries(test_${PROJECT_NAME}
${PROJECT_NAME}_lanelet2_plugins
Expand Down
Loading

0 comments on commit 3a77eb8

Please sign in to comment.