From dfda11bdf2cb81f4ef2192d8d1e7927fe502da1c Mon Sep 17 00:00:00 2001
From: Scott Snyder <scott.snyder@cern.ch>
Date: Thu, 26 May 2016 19:03:46 +0200
Subject: [PATCH] '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
---
 .../Jet/JetEventAthenaPool/CMakeLists.txt          | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/Reconstruction/Jet/JetEventAthenaPool/CMakeLists.txt b/Reconstruction/Jet/JetEventAthenaPool/CMakeLists.txt
index ff3ef9e9e83..a4dd641f8b0 100644
--- a/Reconstruction/Jet/JetEventAthenaPool/CMakeLists.txt
+++ b/Reconstruction/Jet/JetEventAthenaPool/CMakeLists.txt
@@ -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()   
-- 
GitLab