Skip to content
GitLab
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
b43a49ae
Commit
b43a49ae
authored
Jan 22, 2018
by
Thomas Fetzer
Browse files
[test][co2] Fix problems with cmake compile definitions
parent
a7345cd9
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/porousmediumflow/co2/implicit/CMakeLists.txt
View file @
b43a49ae
...
...
@@ -43,7 +43,7 @@ dune_add_test(NAME test_co2_tpfa
dune_add_test
(
NAME test_co2ni_box
SOURCES test_co2_fv.cc
COMPILE_DEFINITIONS TYPETAG=HeterogeneousNIBoxTypeTag
COMPILE_DEFINITIONS
ISOTHERMAL=0
ISOTHERMAL=0
CMAKE_GUARD
"( dune-alugrid_FOUND AND DUNE_GRID_EXPERIMENTAL_GRID_EXTENSIONS )"
COMMAND
${
CMAKE_SOURCE_DIR
}
/bin/testing/runtest.py
CMD_ARGS --script fuzzy
...
...
@@ -55,7 +55,7 @@ dune_add_test(NAME test_co2ni_box
dune_add_test
(
NAME test_co2ni_tpfa
SOURCES test_co2_fv.cc
COMPILE_DEFINITIONS TYPETAG=HeterogeneousNICCTpfaTypeTag
COMPILE_DEFINITIONS
ISOTHERMAL=0
ISOTHERMAL=0
CMAKE_GUARD
"( dune-alugrid_FOUND AND DUNE_GRID_EXPERIMENTAL_GRID_EXTENSIONS )"
COMMAND
${
CMAKE_SOURCE_DIR
}
/bin/testing/runtest.py
CMD_ARGS --script fuzzy
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment