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
abce0a52
Commit
abce0a52
authored
Mar 22, 2016
by
Timo Koch
Browse files
[fix][co2] Make restart test depend on box target not cc
parent
ac82853a
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/porousmediumflow/co2/implicit/CMakeLists.txt
View file @
abce0a52
...
...
@@ -20,7 +20,7 @@ add_dumux_test(test_ccco2 test_ccco2 test_ccco2.cc
${
CMAKE_CURRENT_BINARY_DIR
}
/heterogeneouscc-00019.vtu
--command
"
${
CMAKE_CURRENT_BINARY_DIR
}
/test_ccco2"
)
add_dumux_test
(
test_restartco2 test_
cc
co2 test_
cc
co2.cc
add_dumux_test
(
test_restartco2 test_
box
co2 test_
box
co2.cc
python
${
CMAKE_SOURCE_DIR
}
/bin/runtest.py
--script fuzzy
--files
${
CMAKE_SOURCE_DIR
}
/test/references/co2box-reference.vtu
...
...
@@ -29,7 +29,7 @@ add_dumux_test(test_restartco2 test_ccco2 test_ccco2.cc
--zeroThreshold {
"porosity"
:1}
)
# the restart test has to run after the test that produces the restart file
set_tests_properties
(
test_restartco2 PROPERTIES DEPENDS test_
cc
co2
)
set_tests_properties
(
test_restartco2 PROPERTIES DEPENDS test_
box
co2
)
# build target for the CO2 non-isothermal test problem
add_dumux_test
(
test_boxco2ni test_boxco2ni test_boxco2ni.cc
...
...
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