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

'Do not fail if we cannot find run_tpcnv_test.' (InDetSimEventAthenaPool-00-00-07)

	* Tagging InDetSimEventAthenaPool-00-00-07.
	* CMakeLists.txt: Do not fail if we cannot find run_tpcnv_test.
	* Tagging InDetSimEventAthenaPool-00-00-06.
	* Get tests running in cmake build.


Former-commit-id: 4ac292fe2d98a90dff929dbaafc76a998f188664
parent 740c25ec
No related branches found
No related tags found
No related merge requests found
...@@ -35,3 +35,15 @@ atlas_add_dictionary( InDetSimEventAthenaPoolCnvDict ...@@ -35,3 +35,15 @@ atlas_add_dictionary( InDetSimEventAthenaPoolCnvDict
atlas_install_headers( InDetSimEventAthenaPool ) atlas_install_headers( InDetSimEventAthenaPool )
atlas_install_joboptions( share/*.py ) 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( InDetSimEventTPCnv_HITS HITS.04919495._000416 )
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