Skip to content
Snippets Groups Projects
Commit b7e5453c authored by Gabriel Gallardo's avatar Gabriel Gallardo
Browse files

Move MET trigger ctest to TrigUpgradeTest from TrigEFMissingET

parent 6597a35e
No related branches found
No related tags found
No related merge requests found
...@@ -67,7 +67,7 @@ atlas_add_component( TrigEFMissingET ...@@ -67,7 +67,7 @@ atlas_add_component( TrigEFMissingET
atlas_install_python_modules( python/*.py ) atlas_install_python_modules( python/*.py )
atlas_install_joboptions( share/*.py ) atlas_install_joboptions( share/*.py )
atlas_add_test( METFexes # atlas_add_test( METFexes
SCRIPT test/test_met_fexes.sh # SCRIPT test/test_met_fexes.sh
PROPERTIES TIMEOUT 1000 # PROPERTIES TIMEOUT 1000
) # )
...@@ -176,6 +176,13 @@ atlas_add_test( bJetMenu ...@@ -176,6 +176,13 @@ atlas_add_test( bJetMenu
PROPERTIES WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/unitTestRun_bJetMenu PROPERTIES WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/unitTestRun_bJetMenu
) )
file( MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/unitTestRun_met )
atlas_add_test( met
SCRIPT test/test_met.sh
PROPERTIES TIMEOUT 500
PROPERTIES WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/unitTestRun_met)
atlas_install_joboptions( share/*.py ) atlas_install_joboptions( share/*.py )
atlas_install_data( share/*.ref ) atlas_install_data( share/*.ref )
atlas_install_python_modules( python/*.py ) atlas_install_python_modules( python/*.py )
......
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