diff options
Diffstat (limited to 'src/fpm_model.f90')
-rw-r--r-- | src/fpm_model.f90 | 3 |
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 |