Skip to content
Snippets Groups Projects

Merge branch 'fix/dune_symlink_to_source_files-with-named-argument' into 'master'

Merged Timo Koch requested to merge cherry-pick-e3ce6456 into releases/3.3
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
dune_symlink_to_source_files(test_py_gridgeometry.py)
dune_symlink_to_source_files(FILES test_py_gridgeometry.py)
dune_python_add_test(NAME test_py_gridgeometry
COMMAND ${PYTHON_EXECUTABLE} test_py_gridgeometry.py
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
LABELS python unit)
dune_symlink_to_source_files(test_py_fvproblem.py)
dune_symlink_to_source_files(FILES test_py_fvproblem.py)
dune_python_add_test(NAME test_py_fvproblem
COMMAND ${PYTHON_EXECUTABLE} test_py_fvproblem.py
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
Loading