Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-istl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
Service Desk
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
Patrick Jaap
dune-istl
Commits
edb48578
Commit
edb48578
authored
12 years ago
by
Markus Blatt
Browse files
Options
Downloads
Patches
Plain Diff
Activate dotproducttest. (Sorry for reordering the tests).
[[Imported from SVN: r1653]]
parent
bee4d397
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dune/istl/test/CMakeLists.txt
+14
-3
14 additions, 3 deletions
dune/istl/test/CMakeLists.txt
with
14 additions
and
3 deletions
dune/istl/test/CMakeLists.txt
+
14
−
3
View file @
edb48578
set
(
NORMALTEST basearraytest matrixutilstest matrixtest
bvectortest vbvectortest bcrsbuildtest matrixiteratortest mv
iotest scaledidmatrixtest seqmatrixmarkettest
)
set
(
NORMALTEST
basearraytest
bvectortest
bcrsbuildtest
dotproducttest
iotest
matrixiteratortest
matrixtest
matrixutilstest
mv
scaledidmatrixtest
seqmatrixmarkettest
vbvectortest
)
if
(
HAVE_PARDISO
)
set
(
PARDISOTEST test_pardiso
)
...
...
@@ -28,6 +38,7 @@ include(DuneMPI)
# Provide source files
add_executable
(
basearraytest
"basearraytest.cc"
)
add_executable
(
dotproducttest
"dotproducttest.cc"
)
add_executable
(
matrixutilstest
"matrixutilstest.cc"
)
add_executable
(
matrixtest
"matrixtest.cc"
)
add_executable
(
bvectortest
"bvectortest.cc"
)
...
...
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