From eb134068addb7a7dc95a7204a108010a9d7c0a0b Mon Sep 17 00:00:00 2001 From: Daniel Noel <daniel.louis.noel@cern.ch> Date: Fri, 24 May 2019 11:23:29 +0100 Subject: [PATCH] Added G4AtlasFieldServices test --- Simulation/G4Atlas/G4AtlasServices/CMakeLists.txt | 5 +++++ .../G4Atlas/G4AtlasServices/python/G4AtlasFieldServices.py | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Simulation/G4Atlas/G4AtlasServices/CMakeLists.txt b/Simulation/G4Atlas/G4AtlasServices/CMakeLists.txt index 53a15f97c9f3..d51d0b8c09fc 100644 --- a/Simulation/G4Atlas/G4AtlasServices/CMakeLists.txt +++ b/Simulation/G4Atlas/G4AtlasServices/CMakeLists.txt @@ -34,6 +34,11 @@ atlas_add_test( G4AtlasFieldServices_test PROPERTIES TIMEOUT 300 ) +#test G4AtlasFieldServices +atlas_add_test( G4AtlasFieldServices_test + SCRIPT test/G4AtlasFieldServices_test.py + PROPERTIES TIMEOUT 300 ) + # Install files from the package: atlas_install_headers( G4AtlasServices ) atlas_install_python_modules( python/*.py ) diff --git a/Simulation/G4Atlas/G4AtlasServices/python/G4AtlasFieldServices.py b/Simulation/G4Atlas/G4AtlasServices/python/G4AtlasFieldServices.py index 585e38af18c5..42986dbff4ca 100644 --- a/Simulation/G4Atlas/G4AtlasServices/python/G4AtlasFieldServices.py +++ b/Simulation/G4Atlas/G4AtlasServices/python/G4AtlasFieldServices.py @@ -93,7 +93,6 @@ def Q6VKickFwdG4FieldSvcCfg(ConfigFlags, name='Q6VKickFwdG4FieldSvc', **kwargs): return StandardFieldSvc(name, **kwargs) - if __name__ == '__main__': from AthenaConfiguration.MainServicesConfig import MainServicesSerialCfg import os -- GitLab