From 6bb5f6c49a22e8cf342e1c71262d155195d2c64a Mon Sep 17 00:00:00 2001 From: Sascha Klawohn Date: Thu, 23 Sep 2021 10:44:53 +0100 Subject: Build no tests by default (#572) Building tests can be enforced using --tests for build. It is done automatically before running tests. --- src/fpm_model.f90 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/fpm_model.f90') 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 -- cgit v1.2.3