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-course
Commits
02ae47b3
Commit
02ae47b3
authored
Dec 19, 2018
by
Simon Scholz
Committed by
Timo Koch
Dec 21, 2018
Browse files
[biomin] reducde testing time new TEnd is set to 1e5 for tests
parent
063ff566
Changes
2
Show whitespace changes
Inline
Side-by-side
exercises/exercise-biomineralization/CMakeLists.txt
View file @
02ae47b3
# executables for exercisebiomin
dune_add_test
(
NAME exercisebiomin
SOURCES exercisebiomin.cc
)
SOURCES exercisebiomin.cc
CMD_ARGS -TimeLoop.TEnd 1e5
)
# add tutorial to the common target
add_dependencies
(
test_exercises exercisebiomin
)
...
...
exercises/solution/exercise-biomineralization/CMakeLists.txt
View file @
02ae47b3
# executables for exercisebiomin
dune_add_test
(
NAME exercisebiomin_solution
SOURCES exercisebiomin.cc
)
SOURCES exercisebiomin.cc
CMD_ARGS -TimeLoop.TEnd 1e5
)
# add tutorial to the common target
add_dependencies
(
test_exercises exercisebiomin_solution
)
...
...
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