From 91931ca5d6f117edd6a3a9e99967864979a910f9 Mon Sep 17 00:00:00 2001 From: Dmitry Kalinkin Date: Mon, 8 May 2023 20:36:43 -0400 Subject: [PATCH] algorithms_test.cc -> calorimetry_CalorimeterIslandCluster.cc --- src/tests/algorithms_test/CMakeLists.txt | 4 +++- ...rithms_test.cc => calorimetry_CalorimeterIslandCluster.cc} | 0 2 files changed, 3 insertions(+), 1 deletion(-) rename src/tests/algorithms_test/{algorithms_test.cc => calorimetry_CalorimeterIslandCluster.cc} (100%) diff --git a/src/tests/algorithms_test/CMakeLists.txt b/src/tests/algorithms_test/CMakeLists.txt index 18a4bffd44..323661fece 100644 --- a/src/tests/algorithms_test/CMakeLists.txt +++ b/src/tests/algorithms_test/CMakeLists.txt @@ -2,7 +2,9 @@ get_filename_component(TEST_NAME ${CMAKE_CURRENT_LIST_DIR} NAME) # These tests can use the Catch2-provided main -add_executable(${TEST_NAME} algorithms_test.cc) +add_executable(${TEST_NAME} + calorimetry_CalorimeterIslandCluster.cc + ) # Explicit linking to podio::podio is needed due to https://github.com/JeffersonLab/JANA2/issues/151 target_link_libraries(${TEST_NAME} PRIVATE Catch2::Catch2WithMain algorithms_calorimetry_library podio::podio podio::podioRootIO) diff --git a/src/tests/algorithms_test/algorithms_test.cc b/src/tests/algorithms_test/calorimetry_CalorimeterIslandCluster.cc similarity index 100% rename from src/tests/algorithms_test/algorithms_test.cc rename to src/tests/algorithms_test/calorimetry_CalorimeterIslandCluster.cc