Skip to content
Snippets Groups Projects
Commit 9c4070fb authored by Rupert Tombs's avatar Rupert Tombs
Browse files

Do not run PixelConditionsConfig_test in AthSimulation

parent 589a6cd1
9 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!28528Revert 63f845ae,!27054Atr20369 210,!26342Monopole: Handle fractionally charged particles,!21916ComponentAccumulator configuration for SCT digitization
...@@ -51,9 +51,11 @@ atlas_add_component( PixelConditionsTools ...@@ -51,9 +51,11 @@ atlas_add_component( PixelConditionsTools
INCLUDE_DIRS ${CORAL_INCLUDE_DIRS} ${CLHEP_INCLUDE_DIRS} ${EIGEN_INCLUDE_DIRS} INCLUDE_DIRS ${CORAL_INCLUDE_DIRS} ${CLHEP_INCLUDE_DIRS} ${EIGEN_INCLUDE_DIRS}
LINK_LIBRARIES ${CORAL_LIBRARIES} ${CLHEP_LIBRARIES} ${EIGEN_LIBRARIES} AthenaKernel GeoPrimitives GaudiKernel AthenaBaseComps SGTools AthenaPoolUtilities DetDescrConditions Identifier PixelConditionsData PixelCoralClientUtils InDetIdentifier GeoModelUtilities InDetReadoutGeometry PathResolver ${extra_lib} ) LINK_LIBRARIES ${CORAL_LIBRARIES} ${CLHEP_LIBRARIES} ${EIGEN_LIBRARIES} AthenaKernel GeoPrimitives GaudiKernel AthenaBaseComps SGTools AthenaPoolUtilities DetDescrConditions Identifier PixelConditionsData PixelCoralClientUtils InDetIdentifier GeoModelUtilities InDetReadoutGeometry PathResolver ${extra_lib} )
atlas_add_test( PixelConditionsConfig_test if( NOT SIMULATIONBASE )
SCRIPT test/PixelConditionsConfig_test.py atlas_add_test( PixelConditionsConfig_test
PROPERTIES TIMEOUT 30 ) SCRIPT test/PixelConditionsConfig_test.py
PROPERTIES TIMEOUT 30 )
endif()
# Install files from the package: # Install files from the package:
atlas_install_headers( PixelConditionsTools ) atlas_install_headers( PixelConditionsTools )
......
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