Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-common
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
Timo Koch
dune-common
Commits
662e8466
Commit
662e8466
authored
12 years ago
by
Markus Blatt
Browse files
Options
Downloads
Patches
Plain Diff
Moved add_test directives to CMakeLists.txt of the right directory.
[[Imported from SVN: r6611]]
parent
449e6f72
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dune/common/parallel/CMakeLists.txt
+0
-6
0 additions, 6 deletions
dune/common/parallel/CMakeLists.txt
dune/common/parallel/test/CMakeLists.txt
+7
-2
7 additions, 2 deletions
dune/common/parallel/test/CMakeLists.txt
with
7 additions
and
8 deletions
dune/common/parallel/CMakeLists.txt
+
0
−
6
View file @
662e8466
...
...
@@ -12,9 +12,3 @@ install(FILES
selection.hh
DESTINATION include/dune/common/parallel
)
add_test
(
indexsettest indexsettest
)
add_test
(
selectiontest selectiontest
)
if
(
MPI_CXX_FOUND
)
add_test
(
indicestest indicestest
)
#add_test(syncertest syncertest)
endif
(
MPI_CXX_FOUND
)
This diff is collapsed.
Click to expand it.
dune/common/parallel/test/CMakeLists.txt
+
7
−
2
View file @
662e8466
set
(
MPITESTPROGS indicestest indexsettest syncertest selectiontest
)
add_dependencies
(
build_tests
${
MPITESTPROGS
}
)
# We do not want want to build the tests during make all,
# but just build them on demand
add_dependencies
(
build_tests
${
MPITESTPROGS
}
)
...
...
@@ -24,3 +22,10 @@ endif(MPI_FOUND)
#if(MPI_FOUND)
# target_link_libraries(syncertest ${MPI_CXX_LIBRARIES})
#endif(MPI_FOUND)
add_test
(
indexsettest indexsettest
)
add_test
(
selectiontest selectiontest
)
if
(
MPI_CXX_FOUND
)
add_test
(
indicestest indicestest
)
#add_test(syncertest syncertest)
endif
(
MPI_CXX_FOUND
)
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