Skip to content

Commit

Permalink
Ported TestSubTasks to new xbot2_interface
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMingo committed Feb 9, 2024
1 parent 465caad commit b3669ed
Show file tree
Hide file tree
Showing 2 changed files with 133 additions and 133 deletions.
8 changes: 4 additions & 4 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -196,10 +196,10 @@ add_test(NAME OpenSoT_task_velocity_Postural COMMAND testPosturalVelocityTask)
# add_dependencies(testPosturalAccelerationTask OpenSoT)
# add_test(NAME OpenSoT_task_acceleration_Postural COMMAND testPosturalAccelerationTask)

# ADD_EXECUTABLE(testSubTask tasks/TestSubTask.cpp)
# TARGET_LINK_LIBRARIES(testSubTask ${TestLibs})
# add_dependencies(testSubTask OpenSoT)
# add_test(NAME OpenSoT_task_SubTask COMMAND testSubTask)
ADD_EXECUTABLE(testSubTask tasks/TestSubTask.cpp)
TARGET_LINK_LIBRARIES(testSubTask ${TestLibs})
add_dependencies(testSubTask OpenSoT)
add_test(NAME OpenSoT_task_SubTask COMMAND testSubTask)

# ADD_EXECUTABLE(testSubConstraint constraints/TestSubConstraint.cpp)
# TARGET_LINK_LIBRARIES(testSubConstraint ${TestLibs})
Expand Down
Loading

0 comments on commit b3669ed

Please sign in to comment.