Skip to content

Commit

Permalink
Fix test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Jun 8, 2022
1 parent a06e5d0 commit ffb7224
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ if (TARGET read_sio)
set_property(TEST read_sio PROPERTY DEPENDS write_sio)
set_property(TEST read_and_write_sio PROPERTY DEPENDS write_sio)
set_property(TEST read_timed_sio PROPERTY DEPENDS write_timed_sio)
set_property(TEST read_frame_sio PROPERTY DEPENDS write_sio)
set_property(TEST read_frame_sio PROPERTY DEPENDS write_frame_sio)

add_test(NAME check_benchmark_outputs_sio COMMAND check_benchmark_outputs write_benchmark_sio.root read_benchmark_sio.root)
set_property(TEST check_benchmark_outputs_sio PROPERTY DEPENDS read_timed_sio write_timed_sio)
Expand Down
1 change: 1 addition & 0 deletions tests/CTestCustom.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ if ((NOT "@FORCE_RUN_ALL_TESTS@" STREQUAL "ON") AND (NOT "@USE_SANITIZER@" STREQ
write_timed_sio
read_timed_sio
check_benchmark_outputs_sio
write_frame_sio
read_frame_sio

write_ascii
Expand Down

0 comments on commit ffb7224

Please sign in to comment.