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

TileSimEventAthenaPool: Fix for finding out-of-repository test reference files.

Allow tests to find reference files outside of the repository.
parent 2ac57dbb
No related merge requests found
......@@ -32,7 +32,10 @@ endif()
find_package( AthenaPoolUtilitiesTest )
if( ATHENAPOOLUTILITIESTEST_FOUND )
run_tpcnv_test( TileSimEventTPCnv_HITS HITS.04919495._000416 )
set( TILESIMEVENTATHENAPOOL_REFERENCE_TAG
TileSimEventAthenaPoolReference-01-00-00 )
run_tpcnv_test( TileSimEventTPCnv_HITS HITS.04919495._000416
REFERENCE_TAG ${TILESIMEVENTATHENAPOOL_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