Skip to content
Snippets Groups Projects

MuonGeoModelTestR4: run unit test in private working directory

Closed Frank Winklmeier requested to merge fwinkl/athena:muongeotest into main
1 file
+ 4
6
Compare changes
  • Side-by-side
  • Inline
# Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
################################################################################
# Package: MuonReadoutGeometryR4
################################################################################
# Declare the package name:
atlas_subdir( MuonGeoModelTestR4 )
@@ -17,13 +13,15 @@ atlas_add_component( MuonGeoModelTestR4
atlas_add_test( testR4Geometry
SCRIPT python -m MuonGeoModelTestR4.testGeoModel --chambers "BML1A3 T1E1A01" --noMM --noSTGC
PROPERTIES TIMEOUT 600
POST_EXEC_SCRIPT nopost.sh)
PRIVATE_WORKING_DIRECTORY
POST_EXEC_SCRIPT noerror.sh)
atlas_add_test( testR4SensitiveDetectors
SCRIPT python -m MuonGeoModelTestR4.testSensitiveDetectors --nEvents 10
PROPERTIES TIMEOUT 600
POST_EXEC_SCRIPT nopost.sh)
PRIVATE_WORKING_DIRECTORY
POST_EXEC_SCRIPT noerror.sh)
file(GLOB_RECURSE files "util/*.cxx")
foreach(_exeFile ${files})
Loading