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

'Do not fail if we cannot find run_tpcnv_test.' (JetEventAthenaPool-00-00-34)

	* Tagging JetEventAthenaPool-00-00-34.
	* CMakeLists.txt: Do not fail if we cannot find run_tpcnv_test.
	* Tagging JetEventAthenaPool-00-00-33.
	* Get tests working in cmake builds.


Former-commit-id: 3a4014a641bbc28defa09fbe963c28de991089d9
parent b85d7532
No related branches found
No related tags found
No related merge requests found
......@@ -27,3 +27,17 @@ atlas_add_poolcnv_library( JetEventAthenaPoolPoolCnv
atlas_install_headers( JetEventAthenaPool )
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( JetTPCnv_15.9.0.5 AOD-15.9.0.5-full )
run_tpcnv_test( JetTPCnv_17.0.0 AOD-17.0.0-full )
run_tpcnv_test( JetTPCnv_17.2.8 AOD-17.2.8-full )
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