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

set(LIBRARY "Test_Cce_AnalyticSolutions")

set(LIBRARY_SOURCES
  Test_BouncingBlackHole.cpp
  Test_GaugeWave.cpp
  Test_LinearizedBondiSachs.cpp
  Test_RotatingSchwarzschild.cpp
  Test_TeukolskyWave.cpp
  )

add_test_library(
  ${LIBRARY}
  "Evolution/Systems/Cce/AnalyticSolutions/"
  "${LIBRARY_SOURCES}"
  "CceAnalyticSolutions"
  )

target_link_libraries(
  ${LIBRARY}
  PUBLIC
  Cce
  DataStructures
  GeneralizedHarmonic
  GeneralRelativity
  Utilities
  CceAnalyticSolutionsHelpers
  )
