Skip to content

Commit

Permalink
Update check and comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Jan 24, 2025
1 parent 2562a99 commit 216b4d8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions test/backwards_compat/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ set_tests_properties(
)


if (ROOT_VERSION VERSION_LESS 6.33)
# This input file has been written with RNTuple RC2 which is only present up
# to the 6.32 release series. Trying to read this with a newer version of ROOT
# doesn't work
if (${ROOT_VERSION} VERSION_GREATER_EQUAL 6.34)
# This input file has been written with ROOT 6.34.
# Trying to read this with an older version of ROOT doesn't work
ExternalData_Add_Test(backward_compat_tests
NAME backwards_compat_rntuple_v00-99 COMMAND pytest -v --inputfile=DATA{${CMAKE_CURRENT_SOURCE_DIR}/input_files/edm4hep_example_rntuple_v00-99-01_podio_v01-02.root})
set_test_env(backwards_compat_rntuple_v00-99)
Expand Down

0 comments on commit 216b4d8

Please sign in to comment.