Skip to content

Commit

Permalink
Make sure to only run SIO legacy tests when input data is available
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Jun 11, 2024
1 parent 40b7634 commit df1f775
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/sio_io/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,7 @@ target_link_libraries(read_frame_legacy_sio PRIVATE "${sio_libs}" TestDataModel)

foreach(version IN LISTS sio_legacy_test_versions)
ADD_PODIO_LEGACY_TEST(${version} read_frame_sio ${version}-example_frame.sio)
ADD_PODIO_LEGACY_TEST(${version} read_frame_legacy_sio ${version}-example.sio)
if (version MATCHES "^v00-16")
ADD_PODIO_LEGACY_TEST(${version} read_frame_legacy_sio ${version}-example.sio)
endif()
endforeach()

0 comments on commit df1f775

Please sign in to comment.