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

set(LIBRARY "Test_ScalarTensor")

set(LIBRARY_SOURCES
  Actions/Test_SetInitialData.cpp
  BoundaryConditions/Test_ConstraintPreserving.cpp
  BoundaryConditions/Test_DemandOutgoingCharSpeeds.cpp
  BoundaryCorrections/Test_ProductOfCorrections.cpp
  Test_Characteristics.cpp
  Test_Constraints.cpp
  Test_System.cpp
  Test_Tags.cpp
  Test_TimeDerivative.cpp
  )

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

target_link_libraries(
  ${LIBRARY}
  PRIVATE
  Framework
  GeneralRelativityHelpers
  GhScalarTensorAnalyticData
  ScalarTensor
  ScalarTensorAnalyticData
  ScalarTensorPointwise
  )
