Skip to content
Snippets Groups Projects
Commit fe31d7c3 authored by Administrator's avatar Administrator
Browse files

Fix script generation macro

In the macro GENERATE_CBM_TEST_SCRIPT the Geant4 data variables were not
properly added to the generated shell script. This was not yet seen since all
tests were done with the Geant3 simulation engine. The problem was found after
the KF related tests were moved to  Geant4.
parent 44e23d97
No related branches found
No related tags found
1 merge request!1989Fix script generation macro
Pipeline #32258 passed
......@@ -191,6 +191,8 @@ MACRO (GENERATE_CBM_TEST_SCRIPT SCRIPT_FULL_NAME DEST_DIR)
set(my_script_name ${SCRIPT_FULL_NAME})
Write_Geant4Data_Variables_sh()
configure_file(${PROJECT_SOURCE_DIR}/cmake/scripts/root_macro.sh.in
${DEST_DIR}/${shell_script_name}
)
......
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