#========================================================================
# -*- mode: cmake -*-
#------------------------------------------------------------------------
# Tests for igwn-cmake macros.
#
# Test drivers in this directory exercise the macros from Modules/. They
# are not themselves modules and are not installed -- only registered with
# ctest. Each driver is a standalone `cmake -P` script; per-test skip
# logic (e.g. "skip if Python not installed") lives inside the driver.
#------------------------------------------------------------------------

add_test(
  NAME cx_python_functional
  COMMAND ${CMAKE_COMMAND} "-DCMAKE_MODULE_PATH=${CMAKE_MODULE_PATH}" -P ${CMAKE_CURRENT_SOURCE_DIR}/cx_python_test.cmake )
