Skip to content

Commit

Permalink
Ported TestQPOases test
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMingo committed Feb 12, 2024
1 parent 86dd022 commit 9e80f03
Show file tree
Hide file tree
Showing 2 changed files with 77 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 @@ -123,10 +123,10 @@ add_test(NAME OpenSoT_constraints_velocity_JointLimits COMMAND testJointLimitsV
#add_dependencies(testiHQP OpenSoT)
#add_test(NAME OpenSoT_front_ends_ihqp COMMAND testiHQP)

#ADD_EXECUTABLE(testQPOasesSolver solvers/TestQPOases.cpp)
#TARGET_LINK_LIBRARIES(testQPOasesSolver ${TestLibs})
#add_dependencies(testQPOasesSolver OpenSoT)
#add_test(NAME OpenSoT_solvers_qpOases COMMAND testQPOasesSolver)
ADD_EXECUTABLE(testQPOasesSolver solvers/TestQPOases.cpp)
TARGET_LINK_LIBRARIES(testQPOasesSolver ${TestLibs})
add_dependencies(testQPOasesSolver OpenSoT)
add_test(NAME OpenSoT_solvers_qpOases COMMAND testQPOasesSolver)

if(TARGET OpenSotBackEndOSQP AND ${osqp_FOUND})
ADD_EXECUTABLE(testOSQPSolver solvers/TestOSQP.cpp)
Expand Down
Loading

0 comments on commit 9e80f03

Please sign in to comment.