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
abce0a52
Commit
abce0a52
authored
9 years ago
by
Timo Koch
Browse files
Options
Downloads
Patches
Plain Diff
[fix][co2] Make restart test depend on box target not cc
parent
ac82853a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!59
Feature/use standard gridcreator for structured grids
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/porousmediumflow/co2/implicit/CMakeLists.txt
+2
-2
2 additions, 2 deletions
test/porousmediumflow/co2/implicit/CMakeLists.txt
with
2 additions
and
2 deletions
test/porousmediumflow/co2/implicit/CMakeLists.txt
+
2
−
2
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
...
...
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