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
Commits
26ecd7d8
Commit
26ecd7d8
authored
3 years ago
by
Lisa Julia Nebel
Browse files
Options
Downloads
Patches
Plain Diff
test
parent
9a88aed9
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/CMakeLists.txt
+16
-7
16 additions, 7 deletions
test/CMakeLists.txt
with
16 additions
and
7 deletions
test/CMakeLists.txt
+
16
−
7
View file @
26ecd7d8
...
...
@@ -11,7 +11,6 @@ set(TESTS
orthogonalmatrixtest
rigidbodymotiontest
rotationtest
surfacecosseratstressassemblertest
svdtest
targetspacetest
)
...
...
@@ -20,16 +19,26 @@ if(dune-foamgrid_FOUND)
set
(
TESTS nonplanarcosseratenergytest
${
TESTS
}
)
endif
()
if
(
${
DUNE_ELASTICITY_VERSION
}
VERSION_GREATER_EQUAL 2.8
)
set
(
TESTS surfacecosseratstressassemblertest
${
TESTS
}
)
endif
()
if
(
${
DUNE_FUNCTIONS_VERSION
}
VERSION_GREATER_EQUAL 2.8
)
set
(
TESTS cosseratrodtest
${
TESTS
}
)
endif
()
foreach
(
_test
${
TESTS
}
)
dune_add_test
(
SOURCES
${
_test
}
.cc
)
target_compile_options
(
${
_test
}
PRIVATE -g
)
endforeach
()
# Run distributed tests
dune_add_test
(
SOURCES harmonicmaptest.cc
MPI_RANKS 1 4
TIMEOUT 600
CMAKE_GUARD MPI_FOUND
)
if
(
${
DUNE_FUNCTIONS_VERSION
}
VERSION_GREATER_EQUAL 2.8
)
# Run distributed tests
dune_add_test
(
SOURCES harmonicmaptest.cc
MPI_RANKS 1 4
TIMEOUT 600
CMAKE_GUARD MPI_FOUND
)
endif
()
dune_add_test
(
SOURCES geodesicfeassemblerwrappertest.cc
MPI_RANKS 1 4
...
...
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