Skip to content
Snippets Groups Projects
Commit 0d5dc52d authored by Scott Snyder's avatar Scott Snyder Committed by Graeme Stewart
Browse files

'Get tests working in cmake build.' (egammaAthenaPool-00-01-09)

	* Tagging egammaAthenaPool-00-01-09.
	* Get tests working in cmake build.


Former-commit-id: de5401c0a8bb810344fb63d6c4f7da685494d0a6
parent 0e5cd36a
No related branches found
No related tags found
No related merge requests found
......@@ -27,3 +27,18 @@ atlas_add_poolcnv_library( egammaAthenaPoolPoolCnv
atlas_install_headers( egammaAthenaPool )
atlas_install_joboptions( share/*.py )
# Set up (a) test(s) for the converter(s):
if( IS_DIRECTORY ${CMAKE_SOURCE_DIR}/Database/AthenaPOOL/AthenaPoolUtilities )
set( AthenaPoolUtilitiesTest_DIR
${CMAKE_SOURCE_DIR}/Database/AthenaPOOL/AthenaPoolUtilities/cmake )
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 )
else()
message( WARNING "Couldn't find AthenaPoolUtilitiesTest. No test(s) set up." )
endif()
......@@ -62,4 +62,3 @@ apply_pattern athenarun_test \
options="egammaAthenaPool/egammaEventTPCnv_18.0.0_test.py" \
pre_script="${ATHENAPOOLUTILITIESROOT}/share/pre_tpcnvtest.sh egammaEventTPCnv_18.0.0" \
post_script="${ATHENAPOOLUTILITIESROOT}/share/post_tpcnvtest.sh egammaEventTPCnv_18.0.0"
......@@ -19,7 +19,4 @@ keys = [
# Dumped as part of the above.
]
from AthenaCommon.JobProperties import jobproperties
jobproperties.Global.DetDescrVersion = 'ATLAS-GEO-10-00-00'
include ('AthenaPoolUtilities/TPCnvTest.py')
......@@ -15,7 +15,4 @@ keys = [
# Dumped as part of the above.
]
from AthenaCommon.JobProperties import jobproperties
jobproperties.Global.DetDescrVersion = 'ATLAS-GEO-10-00-00'
include ('AthenaPoolUtilities/TPCnvTest.py')
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