Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dumux-repositories
dumux
Commits
3333c2bd
Commit
3333c2bd
authored
Mar 17, 2020
by
Timo Koch
Browse files
[test] Remove DUNE_GRID_EXPERIMENTAL_GRID_EXTENSIONS guard
The guarded interface is always enabled since dune 2.6
parent
6b9bf0ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/porousmediumflow/co2/implicit/CMakeLists.txt
View file @
3333c2bd
...
...
@@ -9,7 +9,7 @@ dumux_add_test(NAME test_co2_box
LABELS porousmediumflow co2
SOURCES main.cc
COMPILE_DEFINITIONS TYPETAG=HeterogeneousBox
CMAKE_GUARD
"( dune-alugrid_FOUND
AND DUNE_GRID_EXPERIMENTAL_GRID_EXTENSIONS
)"
CMAKE_GUARD
"( dune-alugrid_FOUND )"
COMMAND
${
CMAKE_SOURCE_DIR
}
/bin/testing/runtest.py
CMD_ARGS --script fuzzy
--files
${
CMAKE_SOURCE_DIR
}
/test/references/test_co2_box-reference.vtu
...
...
@@ -21,7 +21,7 @@ dumux_add_test(NAME test_co2_tpfa
LABELS porousmediumflow co2
SOURCES main.cc
COMPILE_DEFINITIONS TYPETAG=HeterogeneousCCTpfa
CMAKE_GUARD
"( dune-alugrid_FOUND
AND DUNE_GRID_EXPERIMENTAL_GRID_EXTENSIONS
)"
CMAKE_GUARD
"( dune-alugrid_FOUND )"
COMMAND
${
CMAKE_SOURCE_DIR
}
/bin/testing/runtest.py
CMD_ARGS --script fuzzy
--files
${
CMAKE_SOURCE_DIR
}
/test/references/test_co2_tpfa-reference.vtu
...
...
@@ -34,7 +34,7 @@ dumux_add_test(NAME test_co2ni_box
SOURCES main.cc
COMPILE_DEFINITIONS TYPETAG=HeterogeneousNIBox
ISOTHERMAL=0
CMAKE_GUARD
"( dune-alugrid_FOUND
AND DUNE_GRID_EXPERIMENTAL_GRID_EXTENSIONS
)"
CMAKE_GUARD
"( dune-alugrid_FOUND )"
COMMAND
${
CMAKE_SOURCE_DIR
}
/bin/testing/runtest.py
CMD_ARGS --script fuzzy
--files
${
CMAKE_SOURCE_DIR
}
/test/references/test_co2ni_box-reference.vtu
...
...
@@ -47,7 +47,7 @@ dumux_add_test(NAME test_co2ni_tpfa
SOURCES main.cc
COMPILE_DEFINITIONS TYPETAG=HeterogeneousNICCTpfa
ISOTHERMAL=0
CMAKE_GUARD
"( dune-alugrid_FOUND
AND DUNE_GRID_EXPERIMENTAL_GRID_EXTENSIONS
)"
CMAKE_GUARD
"( dune-alugrid_FOUND )"
COMMAND
${
CMAKE_SOURCE_DIR
}
/bin/testing/runtest.py
CMD_ARGS --script fuzzy
--files
${
CMAKE_SOURCE_DIR
}
/test/references/test_co2ni_tpfa-reference.vtu
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment