Skip to content
Snippets Groups Projects
Commit ece1b5ed authored by Tamara Vazquez Schroeder's avatar Tamara Vazquez Schroeder
Browse files

Merge branch 'test210.TrkEventAthenaPool-20180515' into '21.0'

TrkEventAthenaPool: Disable tests if required libraries are not available.

See merge request atlas/athena!11350

Former-commit-id: 5f1024bf147b7cfd3140d88d26a0e4b397b126a2
parents ede2c5ed 6fef4834
No related branches found
No related tags found
No related merge requests found
......@@ -54,16 +54,22 @@ if( ATHENAPOOLUTILITIESTEST_FOUND )
set( TRKEVENTATHENAPOOL_REFERENCE_TAG
TrkEventAthenaPoolReference-01-00-00 )
run_tpcnv_test( TrkEventTPCnv_14.5.0 AOD-14.5.0-full
REQUIRED_LIBRARIES TrackParticleAthenaPoolPoolCnv
REFERENCE_TAG ${TRKEVENTATHENAPOOL_REFERENCE_TAG} )
run_tpcnv_test( TrkEventTPCnv_15.6.7 AOD-15.6.7-full
REQUIRED_LIBRARIES TrackParticleAthenaPoolPoolCnv
REFERENCE_TAG ${TRKEVENTATHENAPOOL_REFERENCE_TAG} )
run_tpcnv_test( TrkEventTPCnv_16.6.2.1 AOD-16.6.2.1-full
REQUIRED_LIBRARIES TrackParticleAthenaPoolPoolCnv
REFERENCE_TAG ${TRKEVENTATHENAPOOL_REFERENCE_TAG} )
run_tpcnv_test( TrkEventTPCnv_17.2.8 AOD-17.2.8-full
REQUIRED_LIBRARIES TrackParticleAthenaPoolPoolCnv
REFERENCE_TAG ${TRKEVENTATHENAPOOL_REFERENCE_TAG} )
run_tpcnv_test( TrkEventTPCnv_18.0.0 AOD-18.0.0-full
REQUIRED_LIBRARIES TrackParticleAthenaPoolPoolCnv
REFERENCE_TAG ${TRKEVENTATHENAPOOL_REFERENCE_TAG} )
run_tpcnv_test( TrkEventTPCnv_20.1.7.2 ESD-20.1.7.2
REQUIRED_LIBRARIES TrackParticleAthenaPoolPoolCnv
REFERENCE_TAG ${TRKEVENTATHENAPOOL_REFERENCE_TAG} )
else()
message( WARNING "Couldn't find AthenaPoolUtilitiesTest. No test(s) set up." )
......
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