Skip to content

Commit

Permalink
Don't run tests that miss inputs for sanitizers
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Jan 20, 2025
1 parent cbb9b3b commit 2a04ed8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/CTestCustom.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ if ((NOT "@FORCE_RUN_ALL_TESTS@" STREQUAL "ON") AND (NOT "@USE_SANITIZER@" STREQ

write_frame_root
read_frame_root
selected_colls_roundtrip_root

write_interface_root
read_interface_root
Expand Down Expand Up @@ -96,6 +97,7 @@ if ((NOT "@FORCE_RUN_ALL_TESTS@" STREQUAL "ON") AND (NOT "@USE_SANITIZER@" STREQ

read_rntuple
read_interface_rntuple
selected_colls_roundtrip_rntuple
)
endif()

Expand All @@ -107,6 +109,7 @@ if ((NOT "@FORCE_RUN_ALL_TESTS@" STREQUAL "ON") AND (NOT "@USE_SANITIZER@" STREQ
read_rntuple
write_interface_rntuple
read_interface_rntuple
selected_colls_roundtrip_rntuple
)

endif()
Expand Down

0 comments on commit 2a04ed8

Please sign in to comment.