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

set(LIBRARY "Test_Informer")

set(LIBRARY_SOURCES
  Test_Tags.cpp
  Test_Verbosity.cpp
  )

add_test_library(
  ${LIBRARY}
  "Informer/"
  "${LIBRARY_SOURCES}"
  "Informer;Options;Utilities"
  )
spectre_add_python_bindings_test(
  "Unit.Informer.Python"
  "Test_InfoAtCompile.py"
  "Unit;Informer;Python"
  PyInformer
  )
