Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
ogs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dmitri Naumov
ogs
Commits
a61d381a
"R/prj_medium.R" did not exist on "d8a6641d33ec46c6f30db2ad94a4e3dea580fe98"
Commit
a61d381a
authored
4 years ago
by
Lars Bilke
Browse files
Options
Downloads
Patches
Plain Diff
Fixed testrunner with mfront.
parent
710adbb1
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
scripts/cmake/Dependencies.cmake
+2
-1
2 additions, 1 deletion
scripts/cmake/Dependencies.cmake
scripts/cmake/test/Test.cmake
+0
-14
0 additions, 14 deletions
scripts/cmake/test/Test.cmake
with
2 additions
and
15 deletions
scripts/cmake/Dependencies.cmake
+
2
−
1
View file @
a61d381a
...
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
scripts/cmake/test/Test.cmake
+
0
−
14
View file @
a61d381a
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment