Skip to content
Snippets Groups Projects
Commit c056e2ce authored by Administrator's avatar Administrator Committed by Florian Uhlig
Browse files

Install scripts/macros needed for installation test

parent fcdef9a8
No related branches found
No related tags found
1 merge request!620Add new test stage in CTest configuration. Refs #2293, #2339
......@@ -28,6 +28,13 @@ add_test(load_libraries ${CBMROOT_BINARY_DIR}/macro/checklibs.sh)
# Install in any case
Install(PROGRAMS ${CBMROOT_SOURCE_DIR}/scripts/checklibs.sh
DESTINATION share/cbmroot/macro/
)
Install(FILES ${CBMROOT_SOURCE_DIR}/scripts/loadlib.C
DESTINATION share/cbmroot/macro/
)
Install(FILES KF/DecayConfig.C KF/registerGeantDecays.C KF/registerLightIons.C KF/registerPythiaDecays.C
KF/kf_kfparticle.C KF/kf_thermal_signal_generator.C KF/kf_transport.C
DESTINATION share/cbmroot/macro/KF
......
......@@ -328,8 +328,10 @@ EndIf() # If(DEFINED ENV{RAW_DATA_PATH} )
# ============================================================================
Install(FILES .rootrc run_tra_file.C run_tra_beam.C run_transport_json_config.C run_digi_json_config.C config.json
run_digi.C run_reco.C run_tests.sh
run_unpack_online.C run_unpack_tsa.C
run_digi.C run_reco.C run_unpack_online.C run_unpack_tsa.C
DESTINATION share/cbmroot/macro/run
)
Install(PROGRAMS run_tests.sh
DESTINATION share/cbmroot/macro/run
)
Install(CODE "FILE(MAKE_DIRECTORY \${CMAKE_INSTALL_PREFIX}/share/cbmroot/macro/run/data)")
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