File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -110,9 +110,9 @@ add_executable(test_ipddp_pendulum test_ipddp_pendulum.cpp)
110
110
target_link_libraries (test_ipddp_pendulum gtest gmock gtest_main cddp)
111
111
gtest_discover_tests(test_ipddp_pendulum)
112
112
113
- add_executable (test_matplot test_matplot.cpp)
114
- target_link_libraries (test_matplot gtest gmock gtest_main cddp)
115
- gtest_discover_tests(test_matplot)
113
+ # add_executable(test_matplot test_matplot.cpp)
114
+ # target_link_libraries(test_matplot gtest gmock gtest_main cddp)
115
+ # gtest_discover_tests(test_matplot)
116
116
117
117
# Test for torch
118
118
if (CDDP_CPP_TORCH)
@@ -152,4 +152,4 @@ if (CDDP_CPP_GUROBI)
152
152
add_executable (test_qp_solvers test_qp_solvers.cpp)
153
153
target_link_libraries (test_qp_solvers gtest gmock gtest_main cddp)
154
154
gtest_discover_tests(test_qp_solvers)
155
- endif ()
155
+ endif ()
You can’t perform that action at this time.
0 commit comments