Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dune-copasi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
COPASI
dune-copasi
Commits
f161ff13
Commit
f161ff13
authored
4 years ago
by
Santiago Ospina De Los Ríos
Browse files
Options
Downloads
Patches
Plain Diff
Add test with no writer section
parent
1e739295
No related branches found
No related tags found
1 merge request
!24
Scape state write
Pipeline
#29045
failed
4 years ago
Stage: build
Stage: unit_tests
Stage: system_tests
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
test/CMakeLists.txt
+9
-1
9 additions, 1 deletion
test/CMakeLists.txt
test/test_no_writer.mini
+32
-0
32 additions, 0 deletions
test/test_no_writer.mini
with
41 additions
and
1 deletion
test/CMakeLists.txt
+
9
−
1
View file @
f161ff13
...
...
@@ -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
}
)
This diff is collapsed.
Click to expand it.
test/test_no_writer.mini
0 → 100644
+
32
−
0
View file @
f161ff13
__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
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