aboutsummaryrefslogtreecommitdiff
path: root/src/fpm_model.f90
diff options
context:
space:
mode:
authorSascha Klawohn <sascha.klawohn@warwick.ac.uk>2021-09-23 10:44:53 +0100
committerGitHub <noreply@github.com>2021-09-23 11:44:53 +0200
commit6bb5f6c49a22e8cf342e1c71262d155195d2c64a (patch)
tree1c41a6bc53b838413bea57adc4c5cdfaa17d84ca /src/fpm_model.f90
parentedb3fcd78ae0a543581a67dc16da1610a8b539e3 (diff)
downloadfpm-6bb5f6c49a22e8cf342e1c71262d155195d2c64a.tar.gz
fpm-6bb5f6c49a22e8cf342e1c71262d155195d2c64a.zip
Build no tests by default (#572)
Building tests can be enforced using --tests for build. It is done automatically before running tests.
Diffstat (limited to 'src/fpm_model.f90')
-rw-r--r--src/fpm_model.f903
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fpm_model.f90 b/src/fpm_model.f90
index 2dd9514..dd79b94 100644
--- a/src/fpm_model.f90
+++ b/src/fpm_model.f90
@@ -139,6 +139,9 @@ type :: fpm_model_t
!> Project dependencies
type(dependency_tree_t) :: deps
+ !> Whether tests should be added to the build list
+ logical :: include_tests = .true.
+
end type fpm_model_t
contains