Skip to content
Snippets Groups Projects
Commit c0c64b03 authored by Christian Engwer's avatar Christian Engwer
Browse files

Merge branch 'bugfix/addPythonExecToAddTest' into 'master'

use SCRIPT instead of COMMAND in dune_python_add_test

See merge request !156
parents 4146f39d aad55b84
No related branches found
No related tags found
1 merge request!156use SCRIPT instead of COMMAND in dune_python_add_test
Pipeline #32700 passed
dune_python_add_test(NAME pyrefelement
COMMAND ${PYTHON_EXECUTABLE} refelement.py
SCRIPT refelement.py
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
LABELS quick)
dune_python_add_test(NAME pygeometrytype
COMMAND ${PYTHON_EXECUTABLE} geometrytype.py
SCRIPT geometrytype.py
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
LABELS quick)
dune_python_add_test(NAME pytestquad
COMMAND ${PYTHON_EXECUTABLE} test_quad.py
SCRIPT test_quad.py
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
LABELS quick)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment