Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added test description files for all tests currently present in functional_test_frame_work #1

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions active_contraction.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
set(TEST_GIT_REPO https://github.com/OpenCMISS-Examples/active_contraction.git)
set(TEST_BRANCH develop)
set(TEST_TARGETS active_contraction)
3 changes: 3 additions & 0 deletions burgers_dynamic.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
set(TEST_GIT_REPO https://github.com/OpenCMISS-Examples/burgers_dynamic.git)
set(TEST_BRANCH develop)
set(TEST_TARGETS burgers_dynamic_fortran)
3 changes: 3 additions & 0 deletions burgers_generalised.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
set(TEST_GIT_REPO https://github.com/OpenCMISS-Examples/burgers_generalised.git)
set(TEST_BRANCH develop)
set(TEST_TARGETS burgers_generalised_fortran)
3 changes: 3 additions & 0 deletions burgers_static.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
set(TEST_GIT_REPO https://github.com/OpenCMISS-Examples/burgers_static.git)
set(TEST_BRANCH develop)
set(TEST_TARGETS burgers_static_fortran)
4 changes: 4 additions & 0 deletions cantilever.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
set(TEST_GIT_REPO https://github.com/OpenCMISS-Examples/cantilever.git)
set(TEST_BRANCH develop)
set(TEST_TARGETS cantilever)
set(PYTEST_TARGETS src/python/cantilever.py)
3 changes: 3 additions & 0 deletions cantilever_growth.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
set(TEST_GIT_REPO https://github.com/OpenCMISS-Examples/cantilever_growth.git)
set(TEST_BRANCH develop)
set(PYTEST_TARGETS src/python/cantilever_growth.py)
3 changes: 3 additions & 0 deletions cellml_growth_law.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
set(TEST_GIT_REPO https://github.com/OpenCMISS-Examples/cellml_growth_law.git)
set(TEST_BRANCH develop)
set(PYTEST_TARGETS src/python/cellml_growth_law.py)
3 changes: 3 additions & 0 deletions cellml_split_reaction_diffusion_equation.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
set(TEST_GIT_REPO https://github.com/OpenCMISS-Examples/cellml_split_reaction_diffusion_equation.git)
set(TEST_BRANCH develop)
set(TEST_TARGETS cellml_split_reaction_diffusion_equation)
3 changes: 3 additions & 0 deletions darcy_static.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
set(TEST_GIT_REPO https://github.com/OpenCMISS-Examples/darcy_static.git)
set(TEST_BRANCH develop)
set(TEST_TARGETS darcy_static_fortran)
3 changes: 3 additions & 0 deletions diffusion_equation.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
set(TEST_GIT_REPO https://github.com/OpenCMISS-Examples/diffusion_equation.git)
set(TEST_BRANCH develop)
set(TEST_TARGETS diffusion_equation)
3 changes: 3 additions & 0 deletions diffusion_equation_with_linear_source.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
set(TEST_GIT_REPO https://github.com/OpenCMISS-Examples/diffusion_equation_with_linear_source.git)
set(TEST_BRANCH develop)
set(TEST_TARGETS diffusion_equation_with_linear_source)
3 changes: 3 additions & 0 deletions dof_constraints.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
set(TEST_GIT_REPO https://github.com/OpenCMISS-Examples/dof_constraints.git)
set(TEST_BRANCH develop)
set(PYTEST_TARGETS src/python/dof_constraints.py)
3 changes: 3 additions & 0 deletions fsi_2d_obstacle.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
set(TEST_GIT_REPO https://github.com/OpenCMISS-Examples/fsi_2d_obstacle.git)
set(TEST_BRANCH develop)
set(PYTEST_TARGETS src/python/fsi_2d_obstacle.py)
3 changes: 3 additions & 0 deletions fsi_tube_flow.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
set(TEST_GIT_REPO https://github.com/OpenCMISS-Examples/fsi_tube_flow.git)
set(TEST_BRANCH develop)
set(PYTEST_TARGETS src/python/fsi_tube_flow.py)
3 changes: 3 additions & 0 deletions hermite_prolate_spheroid_mechanics.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
set(TEST_GIT_REPO https://github.com/OpenCMISS-Examples/hermite_prolate_spheroid_mechanics.git)
set(TEST_BRANCH develop)
set(PYTEST_TARGETS src/python/hermite_prolate_spheroid_mechanics.py)
3 changes: 3 additions & 0 deletions homogeneous_pipe_axial_extension.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
set(TEST_GIT_REPO https://github.com/OpenCMISS-Examples/homogeneous_pipe_axial_extension.git)
set(TEST_BRANCH develop)
set(PYTEST_TARGETS src/python/homogeneous_pipe_axial_extension.py)
4 changes: 4 additions & 0 deletions laplace_equation.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
set(TEST_GIT_REPO https://github.com/OpenCMISS-Examples/laplace_equation.git)
set(TEST_BRANCH develop)
set(TEST_TARGETS laplace_equation)
set(PYTEST_TARGETS src/python/laplace_equation.py)
3 changes: 3 additions & 0 deletions left_ventricle_inflation.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
set(TEST_GIT_REPO https://github.com/OpenCMISS-Examples/left_ventricle_inflation.git)
set(TEST_BRANCH develop)
set(PYTEST_TARGETS src/python/left_ventricle_inflation.py)
3 changes: 3 additions & 0 deletions linear_tet_mechanics.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
set(TEST_GIT_REPO https://github.com/OpenCMISS-Examples/linear_tet_mechanics.git)
set(TEST_BRANCH develop)
set(TEST_TARGETS linear_tet_mechanics)
3 changes: 3 additions & 0 deletions membrane_extension_2d_space.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
set(TEST_GIT_REPO https://github.com/OpenCMISS-Examples/membrane_extension_2d_space.git)
set(TEST_BRANCH develop)
set(TEST_TARGETS membrane_extension_2d_space)
3 changes: 3 additions & 0 deletions monodomain_2D_HH.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
set(TEST_GIT_REPO https://github.com/OpenCMISS-Examples/monodomain_2D_HH.git)
set(TEST_BRANCH develop)
set(PYTEST_TARGETS src/python/monodomain_2D_HH.py)
3 changes: 3 additions & 0 deletions monodomain_2D_vary_parameters_spatially.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
set(TEST_GIT_REPO https://github.com/OpenCMISS-Examples/monodomain_2D_vary_parameters_spatially.git)
set(TEST_BRANCH develop)
set(PYTEST_TARGETS src/python/monodomain_2D_vary_parameters_spatially.py)
3 changes: 3 additions & 0 deletions mooney_rivlin_cellml.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
set(TEST_GIT_REPO https://github.com/OpenCMISS-Examples/mooney_rivlin_cellml.git)
set(TEST_BRANCH develop)
set(TEST_TARGETS mooney_rivlin_cellml)
3 changes: 3 additions & 0 deletions navierstokes_coupled1d0d.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
set(TEST_GIT_REPO https://github.com/OpenCMISS-Examples/navierstokes_coupled1d0d.git)
set(TEST_BRANCH develop)
set(PYTEST_TARGETS src/python/coupled1d0d.py)
3 changes: 3 additions & 0 deletions navierstokes_liddrivencavity.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
set(TEST_GIT_REPO https://github.com/OpenCMISS-Examples/navierstokes_liddrivencavity.git)
set(TEST_BRANCH develop)
set(PYTEST_TARGETS src/python/LidDriven.py)
3 changes: 3 additions & 0 deletions navierstokes_poiseuilleflow.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
set(TEST_GIT_REPO https://github.com/OpenCMISS-Examples/navierstokes_poiseuilleflow.git)
set(TEST_BRANCH develop)
set(PYTEST_TARGETS src/python/poiseuille.py)
3 changes: 3 additions & 0 deletions nonlinear_poisson_equation.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
set(TEST_GIT_REPO https://github.com/OpenCMISS-Examples/nonlinear_poisson_equation.git)
set(TEST_BRANCH develop)
set(TEST_TARGETS nonlinear_poisson_equation)
3 changes: 3 additions & 0 deletions poiseuille_static.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
set(TEST_GIT_REPO https://github.com/ssafaei/poiseuille_static.git)
set(TEST_BRANCH develop)
set(TEST_TARGETS poiseuille_static_fortran)
3 changes: 3 additions & 0 deletions simple_shear.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
set(TEST_GIT_REPO https://github.com/OpenCMISS-Examples/simple_shear.git)
set(TEST_BRANCH develop)
set(TEST_TARGETS simple_shear)
3 changes: 3 additions & 0 deletions static_advection_diffusion_equation.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
set(TEST_GIT_REPO https://github.com/OpenCMISS-Examples/static_advection_diffusion_equation.git)
set(TEST_BRANCH develop)
set(TEST_TARGETS static_advection_diffusion_equation)
3 changes: 3 additions & 0 deletions stokes_ale.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
set(TEST_GIT_REPO https://github.com/OpenCMISS-Examples/stokes_ale.git)
set(TEST_BRANCH develop)
set(TEST_TARGETS stokes_ale_fortran)
3 changes: 3 additions & 0 deletions stokes_dynamic.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
set(TEST_GIT_REPO https://github.com/OpenCMISS-Examples/stokes_dynamic.git)
set(TEST_BRANCH develop)
set(TEST_TARGETS stokes_dynamic_fortran)
3 changes: 3 additions & 0 deletions stokes_static.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
set(TEST_GIT_REPO https://github.com/OpenCMISS-Examples/stokes_static.git)
set(TEST_BRANCH develop)
set(TEST_TARGETS stokes_static_fortran)
4 changes: 4 additions & 0 deletions uniaxial_extension.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
set(TEST_GIT_REPO https://github.com/OpenCMISS-Examples/uniaxial_extension.git)
set(TEST_BRANCH develop)
set(TEST_TARGETS uniaxial_extension)
set(PYTEST_TARGETS src/python/uniaxial_extension.py)