Skip to content

Commit

Permalink
Enable "test_time_optimal_trajectory_generation" unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
sjahr authored and henningkayser committed Aug 17, 2020
1 parent 1fbcc9e commit 9521655
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions moveit_core/trajectory_processing/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,8 @@ if(BUILD_TESTING)
APPEND_LIBRARY_DIRS "${append_library_dirs}")

target_link_libraries(test_time_parameterization moveit_test_utils ${MOVEIT_LIB_NAME})

ament_add_gtest(test_time_optimal_trajectory_generation test/test_time_optimal_trajectory_generation.cpp)

target_link_libraries(test_time_optimal_trajectory_generation ${MOVEIT_LIB_NAME})
endif()

0 comments on commit 9521655

Please sign in to comment.