Skip to content

Commit

Permalink
Remove EDM4hep -> LCIO (and back) converter test
Browse files Browse the repository at this point in the history
Has been moved to k4EDM4hep2LcioConv (where it fits better)
  • Loading branch information
tmadlener committed Sep 27, 2023
1 parent 98e56ad commit 196fed5
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 1,564 deletions.
24 changes: 0 additions & 24 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,26 +17,6 @@ See the License for the specific language governing permissions and
limitations under the License.
]]

# Compile Gaudi algorithm for conversion testing
gaudi_add_module(TestE4H2L
SOURCES
src/TestE4H2L.cpp
LINK
Gaudi::GaudiAlgLib
Gaudi::GaudiKernel
${LCIO_LIBRARIES}
k4FWCore::k4FWCore
EDM4HEP::edm4hep
)

target_include_directories(TestE4H2L PUBLIC
src
${PROJECT_SOURCE_DIR}/k4MarlinWrapper
k4FWCore::k4FWCore
EDM4HEP::edm4hep
${LCIO_INCLUDE_DIRS}
)

# Add test scripts

find_program(BASH_PROGRAM bash)
Expand All @@ -59,9 +39,6 @@ if (BASH_PROGRAM)
# Test converter constants
add_test( converter_constants ${BASH_PROGRAM} ${CMAKE_CURRENT_SOURCE_DIR}/scripts/converter_constants.sh )

# Test the edm4hep to lcio converter
add_test( edm_converters ${BASH_PROGRAM} ${CMAKE_CURRENT_SOURCE_DIR}/scripts/edm_converters.sh )

# Test indicating -1 to go over all events
add_test( all_events_bounds ${BASH_PROGRAM} ${CMAKE_CURRENT_SOURCE_DIR}/scripts/all_events_bounds.sh )
set_tests_properties ( all_events_bounds
Expand Down Expand Up @@ -94,7 +71,6 @@ if (BASH_PROGRAM)
simple_processors2
clicRec
converter_constants
edm_converters
all_events_bounds
over_total_events
same_num_io
Expand Down
87 changes: 0 additions & 87 deletions test/gaudi_opts/edm_converters.py

This file was deleted.

21 changes: 0 additions & 21 deletions test/scripts/edm_converters.sh

This file was deleted.

Loading

0 comments on commit 196fed5

Please sign in to comment.