Skip to content
Snippets Groups Projects
Commit f161ff13 authored by Santiago Ospina De Los Ríos's avatar Santiago Ospina De Los Ríos
Browse files

Add test with no writer section

parent 1e739295
No related branches found
No related tags found
1 merge request!24Scape state write
Pipeline #29045 failed
......@@ -86,6 +86,14 @@ if (dune-testtools_FOUND)
SCRIPT dune_vtkcompare.py
INIFILE test_cell.mini)
add_system_test_per_target(
TARGET dune_copasi_sd
INIFILE test_no_writer.mini)
add_system_test_per_target(
TARGET dune_copasi_md
INIFILE test_no_writer.mini)
dune_add_system_test(
SOURCE test_jacobian.cc
BASENAME dune_copasi_test_jacobian
......@@ -102,4 +110,4 @@ endif()
# Set back EXCLUDE_FROM_ALL target properties
set_target_properties(dune_copasi_sd PROPERTIES EXCLUDE_FROM_ALL ${TMP_SD_EFA})
set_target_properties(dune_copasi_md PROPERTIES EXCLUDE_FROM_ALL ${TMP_MD_EFA})
\ No newline at end of file
set_target_properties(dune_copasi_md PROPERTIES EXCLUDE_FROM_ALL ${TMP_MD_EFA})
__name = test_no_writer
[grid]
file = grids/square_triangles.msh
initial_level = 0
[model]
begin_time = 0.
end_time = 10
time_step = 0.1
order = 1
[model.compartments]
domain = 0
############################ Model for domain ############################
[model.domain.operator]
u = 0
[model.domain.initial]
u = 1
[model.domain.reaction]
u = u
[model.domain.reaction.jacobian]
du_du = 1
[model.domain.diffusion]
u = 0.
# A inifile without `writer` section must be valid
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