From e373bde4d324255bec18b075582ed19d093037a5 Mon Sep 17 00:00:00 2001 From: "Joachim Wuttke (h)" <j.wuttke@fz-juelich.de> Date: Wed, 9 Aug 2023 08:41:32 +0200 Subject: [PATCH] normalize name of tests -> Py.Fit --- Tests/Py/Fit/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/Py/Fit/CMakeLists.txt b/Tests/Py/Fit/CMakeLists.txt index 9b379d690ea..25fde18a3ae 100644 --- a/Tests/Py/Fit/CMakeLists.txt +++ b/Tests/Py/Fit/CMakeLists.txt @@ -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() -- GitLab