Skip to content

Commit

Permalink
re-disable testIKMoreConstraints with Ipopt.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoolen committed Aug 30, 2016
1 parent 7534a30 commit 748239c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drake/systems/plants/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ pods_find_pkg_config(ipopt)
if(snopt_c_FOUND OR ipopt_FOUND)
add_ik_gtest(testIK)
add_ik_gtest(testIKpointwise)
add_ik_gtest(testIKMoreConstraints)
endif()
if (snopt_c_FOUND)
add_ik_gtest(testIKMoreConstraints)
add_ik_gtest(testIKtraj)
endif()

Expand Down

0 comments on commit 748239c

Please sign in to comment.