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 committed Aug 12, 2020
1 parent 07b4fa6 commit ddd13ff
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 ddd13ff

Please sign in to comment.