Skip to content

Commit

Permalink
Cleaned CMakeLists in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMingo committed Mar 27, 2024
1 parent 75da136 commit a65d023
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 26 deletions.
14 changes: 0 additions & 14 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -346,17 +346,3 @@ endif()
add_dependencies(testqpSWIFTSolver OpenSoT)
add_test(NAME OpenSoT_solvers_qpswift COMMAND testqpSWIFTSolver)
endif()



find_package(MATLAB QUIET)
find_package(PythonInterp)
if(MATLAB_FOUND AND PYTHONINTERP_FOUND AND SHOW_TEST_RESULTS)
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/CTestCustom.cmake ${CMAKE_CURRENT_BINARY_DIR}/../CTestCustom.cmake)
endif()

add_custom_target(copy_test_plotter_m ALL
${CMAKE_COMMAND} -E copy "${CMAKE_CURRENT_SOURCE_DIR}/plot_test_results.m" "${CMAKE_CURRENT_BINARY_DIR}/")

add_custom_target(copy_test_plotter_py ALL
${CMAKE_COMMAND} -E copy "${CMAKE_CURRENT_SOURCE_DIR}/plot_test_results.py" "${CMAKE_CURRENT_BINARY_DIR}/")
5 changes: 0 additions & 5 deletions tests/plot_test_results.m

This file was deleted.

7 changes: 0 additions & 7 deletions tests/plot_test_results.py

This file was deleted.

0 comments on commit a65d023

Please sign in to comment.