diff --git a/Trigger/TrigValidation/TriggerTest/CMakeLists.txt b/Trigger/TrigValidation/TriggerTest/CMakeLists.txt index 2a771e1bf9ff53c35e3770ad68954d341df967f2..4e6aee869bca9d868632b5aa2b29997c4983487e 100644 --- a/Trigger/TrigValidation/TriggerTest/CMakeLists.txt +++ b/Trigger/TrigValidation/TriggerTest/CMakeLists.txt @@ -12,6 +12,6 @@ atlas_depends_on_subdirs( PUBLIC # Install files from the package: atlas_install_python_modules( python/__init__.py ) atlas_install_joboptions( share/*.py ) -atlas_install_runtime( test/TriggerTest_TestConfiguration.xml python/RttScriptRunner_TriggerTest.py share/*.cxx python/CheckLog_TriggerTest.py python/LogTail_TriggerTest.py python/CheckForTrigCostD3PD_TriggerTest.py python/CheckForHLTChainAllZero_TriggerTest.py python/CheckForHLTTEAllZero_TriggerTest.py python/CheckForL1AllZero_TriggerTest.py python/CreateIgprofReport_TriggerTest.py python/TruncateLog_TriggerTest.py python/ValGrindPostScript_TriggerTest.py python/ValgrindAnalysisScript_TriggerTest.py Testing/*.conf ) +atlas_install_runtime( python/RttScriptRunner_TriggerTest.py share/*.cxx python/CheckLog_TriggerTest.py python/LogTail_TriggerTest.py python/CheckForTrigCostD3PD_TriggerTest.py python/CheckForHLTChainAllZero_TriggerTest.py python/CheckForHLTTEAllZero_TriggerTest.py python/CheckForL1AllZero_TriggerTest.py python/CreateIgprofReport_TriggerTest.py python/TruncateLog_TriggerTest.py python/ValGrindPostScript_TriggerTest.py python/ValgrindAnalysisScript_TriggerTest.py Testing/*.conf ) atlas_install_scripts( Testing/*.sh Testing/*.pl test/exec*.sh test/test*sh )