diff --git a/tests/CTestCustom.cmake b/tests/CTestCustom.cmake index 51cb67445..bce6fc5fd 100644 --- a/tests/CTestCustom.cmake +++ b/tests/CTestCustom.cmake @@ -49,7 +49,7 @@ if ((NOT "@FORCE_RUN_ALL_TESTS@" STREQUAL "ON") AND (NOT "@USE_SANITIZER@" STREQ podio-dump-legacy_sio-detailed_v00-16-06 podio-dump-rntuple - podio-dump-rntuple-detailed + podio-dump-detailed-rntuple datamodel_def_store_roundtrip_root datamodel_def_store_roundtrip_root_extension diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index 8c10f98c2..c5fa5d4d8 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -94,7 +94,7 @@ if(BUILD_TESTING) if (ENABLE_RNTUPLE) CREATE_DUMP_TEST(podio-dump-rntuple "write_rntuple" ${PROJECT_BINARY_DIR}/tests/root_io/example_rntuple.root) - CREATE_DUMP_TEST(podio-dump-rntuple-detailed "write_rntuple" --detailed --category events --entries 1:3 ${PROJECT_BINARY_DIR}/tests/root_io/example_rntuple.root) + CREATE_DUMP_TEST(podio-dump-detailed-rntuple "write_rntuple" --detailed --category events --entries 1:3 ${PROJECT_BINARY_DIR}/tests/root_io/example_rntuple.root) endif() endif()