# SPDX-FileCopyrightText: 2022 The Ikarus Developers mueller@ibb.uni-stuttgart.de
# SPDX-License-Identifier: LGPL-3.0-or-later

configure_file(setpath.py.in ${CMAKE_CURRENT_SOURCE_DIR}/setpath.py)

# dune_python_add_test(NAME pytest1 SCRIPT test1.py WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} LABELS quick)
#dune_python_add_test(NAME pytest2 SCRIPT test2.py WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} LABELS quick)
dune_python_add_test(
  NAME
  pytest3
  SCRIPT
  test3.py
  WORKING_DIRECTORY
  ${CMAKE_CURRENT_SOURCE_DIR}
  LABELS
  quick
)
