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

spectre_add_python_bindings_test(
  "Unit.Domain.Python.ElementId"
  Test_ElementId.py
  "Unit;Domain"
  PyDomain)

spectre_add_python_bindings_test(
  "Unit.Domain.Python.SegmentId"
  Test_SegmentId.py
  "Unit;Domain"
  PyDomain)
