From f77e0728082d76bf4a8fbf7a248bc147b3b9e349 Mon Sep 17 00:00:00 2001 From: Brad Richardson Date: Wed, 24 Mar 2021 07:05:49 -0500 Subject: doc: Update description of APP and TEST scopes Co-authored-by: Laurence Kedward --- fpm/src/fpm_targets.f90 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fpm/src/fpm_targets.f90 b/fpm/src/fpm_targets.f90 index 2d70b21..026d349 100644 --- a/fpm/src/fpm_targets.f90 +++ b/fpm/src/fpm_targets.f90 @@ -329,8 +329,8 @@ end subroutine add_dependency !> !> - Executable sources (`FPM_SCOPE_APP`,`FPM_SCOPE_TEST`) may use !> library modules (including dependencies) as well as any modules -!> corresponding to source files __in the same directory__ as the -!> executable source. +!> corresponding to source files in the same directory or a +!> subdirectory of the executable source file. !> !> @warning If a module used by a source file cannot be resolved to !> a source file in the package of the correct scope, then a __fatal error__ -- cgit v1.2.3