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 9eeee99 commit a1ba0a6
Showing 1 changed file with 1 addition 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

0 comments on commit a1ba0a6

Please sign in to comment.