# Distributed under the MIT License.
# See LICENSE.txt for details.

set(LIBRARY "Test_Ccz4")

set(LIBRARY_SOURCES
  Test_ATilde.cpp
  Test_Christoffel.cpp
  Test_DerivChristoffel.cpp
  Test_DerivLapse.cpp
  Test_DerivZ4Constraint.cpp
  Test_Ricci.cpp
  Test_RicciScalarPlusDivergenceZ4Constraint.cpp
  Test_Tags.cpp
  Test_TempTags.cpp
  Test_TimeDerivative.cpp
  Test_Z4Constraint.cpp
  )

add_test_library(${LIBRARY} "${LIBRARY_SOURCES}")

target_link_libraries(
  ${LIBRARY}
  PRIVATE
  Ccz4
  DataBoxTestHelpers
  DataStructures
  Domain
  GeneralRelativity
  GeneralRelativityHelpers
  GeneralRelativitySolutions
  LinearOperators
  Spectral
  Utilities
)
