
  # These source files are compiled into a single Catch2-based test binary.
  # tests dedicated to check speed performances (benchmarks)
  set(catch2_only_cpp_proteincode_SRCS
    test_methionine_scan.cpp
    test_spectrum_match.cpp
    test_trim_peptide.cpp
    test_self_spectrum.cpp
  )

  add_executable(catch2-only-proteincode
    ../common.cpp
    proteincode_lib.cpp
    ${catch2_only_cpp_proteincode_SRCS}
  )


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