Skip to content
Snippets Groups Projects
Commit e476bf7f authored by Takashi Yamanaka's avatar Takashi Yamanaka
Browse files

Merge branch 'git.eflowAthenaPool-20170319' into 'master'

eflowAthenaPool: Fix tests for out-of-repository reference files.

See merge request !466
parents 0093e8b0 c0f1df7d
No related branches found
No related tags found
No related merge requests found
......@@ -32,8 +32,12 @@ endif()
find_package( AthenaPoolUtilitiesTest )
if( ATHENAPOOLUTILITIESTEST_FOUND )
run_tpcnv_test( eflowEventTPCnv_17.5.0 AOD-17.5.0-full )
run_tpcnv_test( eflowEventTPCnv_18.0.0 AOD-18.0.0-full )
set( EFLOWATHENAPOOL_REFERENCE_TAG
eflowAthenaPoolReference-01-00-00 )
run_tpcnv_test( eflowEventTPCnv_17.5.0 AOD-17.5.0-full
REFERENCE_TAG ${EFLOWATHENAPOOL_REFERENCE_TAG} )
run_tpcnv_test( eflowEventTPCnv_18.0.0 AOD-18.0.0-full
REFERENCE_TAG ${EFLOWATHENAPOOL_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