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

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

Allow tests to find reference files outside of the repository.



Former-commit-id: b56612fd
parent 2c7bb885
No related merge requests found
......@@ -36,7 +36,10 @@ endif()
find_package( AthenaPoolUtilitiesTest )
if( ATHENAPOOLUTILITIESTEST_FOUND )
run_tpcnv_test( MuonSimEventTPCnv_HITS HITS.04919495._000416 )
set( MUONSIMEVENTATHENAPOOL_REFERENCE_TAG
MuonSimEventAthenaPoolReference-01-00-00 )
run_tpcnv_test( MuonSimEventTPCnv_HITS HITS.04919495._000416
REFERENCE_TAG ${MUONSIMEVENTATHENAPOOL_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