Skip to content
Snippets Groups Projects
Commit 02ae47b3 authored by Simon Scholz's avatar Simon Scholz Committed by Timo Koch
Browse files

[biomin] reducde testing time new TEnd is set to 1e5 for tests

parent 063ff566
No related branches found
No related tags found
1 merge request!57Cleanup/free biominreactions typetag
# executables for exercisebiomin # executables for exercisebiomin
dune_add_test(NAME exercisebiomin dune_add_test(NAME exercisebiomin
SOURCES exercisebiomin.cc) SOURCES exercisebiomin.cc
CMD_ARGS -TimeLoop.TEnd 1e5)
# add tutorial to the common target # add tutorial to the common target
add_dependencies(test_exercises exercisebiomin) add_dependencies(test_exercises exercisebiomin)
......
# executables for exercisebiomin # executables for exercisebiomin
dune_add_test(NAME exercisebiomin_solution dune_add_test(NAME exercisebiomin_solution
SOURCES exercisebiomin.cc) SOURCES exercisebiomin.cc
CMD_ARGS -TimeLoop.TEnd 1e5)
# add tutorial to the common target # add tutorial to the common target
add_dependencies(test_exercises exercisebiomin_solution) add_dependencies(test_exercises exercisebiomin_solution)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment