Skip to content

Commit

Permalink
Move tolerances tests to own file
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Jun 20, 2024
1 parent e48ca7b commit 4f1b755
Show file tree
Hide file tree
Showing 5 changed files with 487 additions and 398 deletions.
4 changes: 4 additions & 0 deletions joint_trajectory_controller/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ if(BUILD_TESTING)
target_link_libraries(test_trajectory joint_trajectory_controller)
target_compile_definitions(test_trajectory PRIVATE _USE_MATH_DEFINES)

ament_add_gmock(test_tolerances test/test_tolerances.cpp)
target_link_libraries(test_tolerances joint_trajectory_controller)
target_compile_definitions(test_tolerances PRIVATE _USE_MATH_DEFINES)

ament_add_gmock(test_trajectory_controller
test/test_trajectory_controller.cpp)
set_tests_properties(test_trajectory_controller PROPERTIES TIMEOUT 220)
Expand Down
Loading

0 comments on commit 4f1b755

Please sign in to comment.