
  # These source files are compiled into a single Catch2-based test binary.
  # tests dedicated to check speed performances (benchmarks)
  set(catch2_only_cpp_pappsotree_SRCS
    test_tims_dia.cpp
    test_tims_dia_micro.cpp
    test_tims_dia_micro_slice.cpp
    test_tims_dia_nano.cpp
    test_msrunreaderng_tims.cpp
    test_msrunreaderng.cpp
  )

  add_executable(catch2-only-pappsotree
    ../common.cpp
    ${catch2_only_cpp_pappsotree_SRCS}
  )


  target_link_libraries(catch2-only-pappsotree
    ${required_target_link_libraries})

