Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-gfe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Sander, Oliver
dune-gfe
Merge requests
!127
Reenable cosseratrodtest
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Reenable cosseratrodtest
reenable-cosseratrodtest
into
master
Overview
0
Commits
2
Pipelines
4
Changes
2
Merged
Sander, Oliver
requested to merge
reenable-cosseratrodtest
into
master
2 years ago
Overview
0
Commits
2
Pipelines
4
Changes
2
Expand
0
0
Merge request reports
Compare
master
version 3
29bd8e20
1 year ago
version 2
f611b274
1 year ago
version 1
2322753f
2 years ago
master (base)
and
latest version
latest version
5d2f5adc
2 commits,
1 year ago
version 3
29bd8e20
2 commits,
1 year ago
version 2
f611b274
1 commit,
1 year ago
version 1
2322753f
1 commit,
2 years ago
2 files
+
2
−
8
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
test/CMakeLists.txt
+
1
−
7
Options
@@ -4,6 +4,7 @@ set(TESTS
@@ -4,6 +4,7 @@ set(TESTS
averagedistanceassemblertest
averagedistanceassemblertest
cosseratenergytest
cosseratenergytest
cosseratrodenergytest
cosseratrodenergytest
cosseratrodtest
embeddedglobalgfefunctiontest
embeddedglobalgfefunctiontest
harmonicenergytest
harmonicenergytest
localgeodesicfefunctiontest
localgeodesicfefunctiontest
@@ -17,13 +18,6 @@ set(TESTS
@@ -17,13 +18,6 @@ set(TESTS
targetspacetest
targetspacetest
)
)
# TODO: This test currently run-time fails in some of the CI pipelines,
# and I am not able to figure out why. I disable the test to make the
# rest of the CI tests usable again.
# if (${DUNE_COMMON_VERSION} VERSION_GREATER_EQUAL 2.8)
# set(TESTS cosseratrodtest ${TESTS})
# endif()
if
(
dune-curvedgrid_FOUND
)
if
(
dune-curvedgrid_FOUND
)
set
(
TESTS test-cylinder
${
TESTS
}
)
set
(
TESTS test-cylinder
${
TESTS
}
)
endif
()
endif
()
Loading