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

Merge branch 'git.LArSimEventAthenaPool-20170318' into 'master'

LArSimEventAthenaPool: Fix tests to find out-of-repository reference files.

See merge request !449
parents 3eaead06 63be34e3
Loading
......@@ -34,7 +34,10 @@ endif()
find_package( AthenaPoolUtilitiesTest )
if( ATHENAPOOLUTILITIESTEST_FOUND )
run_tpcnv_test( LArSimEventTPCnv_HITS HITS.04919495._000416 )
set( LARSIMEVENTATHENAPOOL_REFERENCE_TAG
LArSimEventAthenaPoolReference-01-00-00 )
run_tpcnv_test( LArSimEventTPCnv_HITS HITS.04919495._000416
REFERENCE_TAG ${LARSIMEVENTATHENAPOOL_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