Skip to content
Snippets Groups Projects
Commit a61d381a authored by Lars Bilke's avatar Lars Bilke
Browse files

Fixed testrunner with mfront.

parent 710adbb1
No related branches found
No related tags found
No related merge requests found
......@@ -114,10 +114,11 @@ if(OGS_USE_MFRONT)
CPMAddPackage(
NAME MGIS
GITHUB_REPOSITORY ufz/MFrontGenericInterfaceSupport
GIT_TAG 56c5e35fb571d992714e663c6bf61ad5354ba296
GIT_TAG 04e7d1bfad83fdc36a5fedb9c3d2e3b0d4b7fccf
OPTIONS
"enable-doxygen-doc OFF"
"enable-fortran-bindings OFF"
"BUILD_TESTING OFF"
EXCLUDE_FROM_ALL YES
)
if(MGIS_ADDED)
......
......@@ -41,20 +41,6 @@ if(OGS_BUILD_UTILS)
generateStructuredMesh
)
endif()
if(OGS_USE_MFRONT)
list(APPEND test_dependencies
MFrontGenericBehaviourInterfaceTest
MFrontGenericBehaviourInterfaceTest2
MFrontGenericBehaviourInterfaceTest3
BoundsCheckTest
ParameterTest
IntegrateTest
IntegrateTest2
IntegrateTest2b
IntegrateTest3
IntegrateTest3b
BehaviourTest)
endif()
add_custom_target(
ctest
......
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