Skip to content
Snippets Groups Projects
Commit e373bde4 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

normalize name of tests -> Py.Fit

parent 967df956
No related branches found
No related tags found
2 merge requests!1847rebase on latest r21,!1839Improve messages from Py.Fit tests, and disable Rosenbrock test case while waiting for #693.
......@@ -12,7 +12,7 @@ file(GLOB tests RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.py)
foreach(_test ${tests})
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/${_test} ${output_dir}/${_test} COPYONLY)
add_test(NAME PyFit.${_test}
add_test(NAME Py.Fit.${_test}
COMMAND ${CMAKE_COMMAND} -E env PYTHONPATH=${CMAKE_LIBRARY_OUTPUT_DIRECTORY}
${Python3_EXECUTABLE} ${output_dir}/${_test})
endforeach()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment