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

set(LIBRARY "Test_VariableFixing")

set(LIBRARY_SOURCES
  Test_Actions.cpp
  Test_FixToAtmosphere.cpp
  Test_LimitLorentzFactor.cpp
  Test_RadiallyFallingFloor.cpp
  )

add_test_library(
  ${LIBRARY}
  "Evolution/VariableFixing/"
  "${LIBRARY_SOURCES}"
  "DataStructures;VariableFixing"
  )

add_dependencies(
  ${LIBRARY}
  module_GlobalCache
  )
