# Copyright (c) 2025 The YAC Authors
#
# SPDX-License-Identifier: BSD-3-Clause

list(APPEND YAC_TEST_DEFAULT_LABELS "core/interpolation/operators")
set(YAC_TEST_DEFAULT_LINK yac_core)

yac_add_test(
  NAME test_interp_operator_direct
  MPI_PROCS 2
  LINK yaxt::yaxt_c
)
yac_add_test(
  NAME test_interp_operator_direct_mf
  MPI_PROCS 2
  LINK yaxt::yaxt_c
)
yac_add_test(
  NAME test_interp_operator_fixed
  MPI_PROCS 2
  LINK yaxt::yaxt_c
)
yac_add_test(
  NAME test_interp_operator_sum_mvp_at_src
  MPI_PROCS 2
  LINK yaxt::yaxt_c
)
yac_add_test(
  NAME test_interp_operator_sum_mvp_at_tgt
  MPI_PROCS 2
  LINK yaxt::yaxt_c
)
