Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dumux
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
Container Registry
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
dumux-repositories
dumux
Commits
4e7dbe2b
Commit
4e7dbe2b
authored
6 years ago
by
Timo Koch
Browse files
Options
Downloads
Patches
Plain Diff
[fix][cmake] Target have to have unique names
parent
38581be3
No related branches found
No related tags found
1 merge request
!185
Fix/gridcreator gmsh parameters
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/io/gridcreator/CMakeLists.txt
+6
-6
6 additions, 6 deletions
test/io/gridcreator/CMakeLists.txt
with
6 additions
and
6 deletions
test/io/gridcreator/CMakeLists.txt
+
6
−
6
View file @
4e7dbe2b
...
...
@@ -26,7 +26,7 @@ dune_symlink_to_source_files(FILES "test_gridcreator_gmsh_3d.input"
add_executable
(
test_gridcreator_gmsh_3d_alu EXCLUDE_FROM_ALL test_gridcreator_gmsh_3d.cc
)
target_compile_definitions
(
test_gridcreator_gmsh_3d_alu PUBLIC GRIDTYPE=Dune::ALUGrid<3,3,Dune::simplex,Dune::nonconforming>
)
dune_add_test
(
NAME test_gridcreator_gmsh_3d_alu
dune_add_test
(
NAME test_gridcreator_gmsh_3d_alu
_sequential
TARGET test_gridcreator_gmsh_3d_alu
CMAKE_GUARD dune-uggrid_FOUND
COMMAND
${
CMAKE_SOURCE_DIR
}
/bin/testing/runtest.py
...
...
@@ -47,7 +47,7 @@ dune_add_test(NAME test_gridcreator_gmsh_3d_alu_parallel
add_executable
(
test_gridcreator_gmsh_3d_ug EXCLUDE_FROM_ALL test_gridcreator_gmsh_3d.cc
)
target_compile_definitions
(
test_gridcreator_gmsh_3d_ug PUBLIC GRIDTYPE=Dune::UGGrid<3>
)
dune_add_test
(
NAME test_gridcreator_gmsh_3d_ug
dune_add_test
(
NAME test_gridcreator_gmsh_3d_ug
_sequential
TARGET test_gridcreator_gmsh_3d_ug
CMAKE_GUARD dune-uggrid_FOUND
COMMAND
${
CMAKE_SOURCE_DIR
}
/bin/testing/runtest.py
...
...
@@ -72,7 +72,7 @@ dune_add_test(NAME test_gridcreator_gmsh_3d_ug_parallel
add_executable
(
test_gridcreator_gmsh_e_markers_alu EXCLUDE_FROM_ALL test_gridcreator_gmsh_e_markers.cc
)
target_compile_definitions
(
test_gridcreator_gmsh_e_markers_alu PUBLIC GRIDTYPE=Dune::ALUGrid<2,2,Dune::simplex,Dune::conforming>
)
dune_add_test
(
NAME test_gridcreator_gmsh_e_markers_alu
dune_add_test
(
NAME test_gridcreator_gmsh_e_markers_alu
_sequential
TARGET test_gridcreator_gmsh_e_markers_alu
CMAKE_GUARD dune-alugrid_FOUND
COMMAND
${
CMAKE_SOURCE_DIR
}
/bin/testing/runtest.py
...
...
@@ -97,7 +97,7 @@ dune_add_test(NAME test_gridcreator_gmsh_e_markers_alu_parallel
add_executable
(
test_gridcreator_gmsh_e_markers_ug EXCLUDE_FROM_ALL test_gridcreator_gmsh_e_markers.cc
)
target_compile_definitions
(
test_gridcreator_gmsh_e_markers_ug PUBLIC GRIDTYPE=Dune::UGGrid<2>
)
dune_add_test
(
NAME test_gridcreator_gmsh_e_markers_ug
dune_add_test
(
NAME test_gridcreator_gmsh_e_markers_ug
_sequential
TARGET test_gridcreator_gmsh_e_markers_ug
CMAKE_GUARD dune-alugrid_FOUND
COMMAND
${
CMAKE_SOURCE_DIR
}
/bin/testing/runtest.py
...
...
@@ -122,7 +122,7 @@ dune_add_test(NAME test_gridcreator_gmsh_e_markers_ug_parallel
add_executable
(
test_gridcreator_dgf_e_markers_alu EXCLUDE_FROM_ALL test_gridcreator_dgf_e_markers.cc
)
target_compile_definitions
(
test_gridcreator_dgf_e_markers_alu PUBLIC GRIDTYPE=Dune::ALUGrid<2,2,Dune::simplex,Dune::conforming>
)
dune_add_test
(
NAME test_gridcreator_dgf_e_markers_alu
dune_add_test
(
NAME test_gridcreator_dgf_e_markers_alu
_sequential
TARGET test_gridcreator_dgf_e_markers_alu
CMAKE_GUARD dune-alugrid_FOUND
COMMAND
${
CMAKE_SOURCE_DIR
}
/bin/testing/runtest.py
...
...
@@ -147,7 +147,7 @@ dune_add_test(NAME test_gridcreator_dgf_e_markers_alu_parallel
add_executable
(
test_gridcreator_dgf_e_markers_ug EXCLUDE_FROM_ALL test_gridcreator_dgf_e_markers.cc
)
target_compile_definitions
(
test_gridcreator_dgf_e_markers_ug PUBLIC GRIDTYPE=Dune::UGGrid<2>
)
dune_add_test
(
NAME test_gridcreator_dgf_e_markers_ug
dune_add_test
(
NAME test_gridcreator_dgf_e_markers_ug
_sequential
TARGET test_gridcreator_dgf_e_markers_ug
CMAKE_GUARD dune-alugrid_FOUND
COMMAND
${
CMAKE_SOURCE_DIR
}
/bin/testing/runtest.py
...
...
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