Skip to content

Commit

Permalink
Updated TestQPOases_Options
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMingo committed Feb 8, 2024
1 parent b7231b7 commit 465caad
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 119 deletions.
8 changes: 4 additions & 4 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -258,10 +258,10 @@ add_test(NAME OpenSoT_task_velocity_Postural COMMAND testPosturalVelocityTask)
# add_dependencies(testJointLimitsAccelerationECBFBounds OpenSoT)
# add_test(NAME OpenSoT_constraints_acceleration_ecbf_JointLimits COMMAND testJointLimitsAccelerationECBFBounds)

# ADD_EXECUTABLE(testQPOases_Options solvers/TestQPOases_Options.cpp)
# TARGET_LINK_LIBRARIES(testQPOases_Options ${TestLibs})
# add_dependencies(testQPOases_Options OpenSoT)
# add_test(NAME OpenSoT_solvers_qpOases_Options COMMAND testQPOases_Options)
ADD_EXECUTABLE(testQPOases_Options solvers/TestQPOases_Options.cpp)
TARGET_LINK_LIBRARIES(testQPOases_Options ${TestLibs})
add_dependencies(testQPOases_Options OpenSoT)
add_test(NAME OpenSoT_solvers_qpOases_Options COMMAND testQPOases_Options)

# ADD_EXECUTABLE(testQPOases_SubTask solvers/TestQPOases_SubTask.cpp DefaultHumanoidStack.cpp)
# TARGET_LINK_LIBRARIES(testQPOases_SubTask ${TestLibs})
Expand Down
Loading

0 comments on commit 465caad

Please sign in to comment.