Skip to content
Snippets Groups Projects
Commit a1f67876 authored by Scott Snyder's avatar Scott Snyder Committed by John Chapman
Browse files

egammaAthenaPool: Fix for finding out-of-repository test reference files

Allow tests to find reference files outside of the repository.
parent 0c5efd4c
No related branches found
No related tags found
No related merge requests found
......@@ -35,10 +35,16 @@ endif()
find_package( AthenaPoolUtilitiesTest )
if( ATHENAPOOLUTILITIESTEST_FOUND )
run_tpcnv_test( egammaEventTPCnv_15.1.0 AOD-15.1.0-full )
run_tpcnv_test( egammaEventTPCnv_15.6.9 AOD-15.6.9-full )
run_tpcnv_test( egammaEventTPCnv_16.6.7.1 AOD-16.6.7.1-full )
run_tpcnv_test( egammaEventTPCnv_18.0.0 AOD-18.0.0-full )
set( EGAMMAATHENAPOOL_REFERENCE_TAG
egammaAthenaPoolReference-01-00-00 )
run_tpcnv_test( egammaEventTPCnv_15.1.0 AOD-15.1.0-full
REFERENCE_TAG ${EGAMMAATHENAPOOL_REFERENCE_TAG} )
run_tpcnv_test( egammaEventTPCnv_15.6.9 AOD-15.6.9-full
REFERENCE_TAG ${EGAMMAATHENAPOOL_REFERENCE_TAG} )
run_tpcnv_test( egammaEventTPCnv_16.6.7.1 AOD-16.6.7.1-full
REFERENCE_TAG ${EGAMMAATHENAPOOL_REFERENCE_TAG} )
run_tpcnv_test( egammaEventTPCnv_18.0.0 AOD-18.0.0-full
REFERENCE_TAG ${EGAMMAATHENAPOOL_REFERENCE_TAG} )
else()
message( WARNING "Couldn't find AthenaPoolUtilitiesTest. No test(s) set up." )
endif()
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