We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61edac7 commit c7cb062Copy full SHA for c7cb062
fpm/src/fpm.f90
@@ -249,7 +249,8 @@ subroutine package_defaults(package)
249
end if
250
251
! Populate test in case we find the default test directory
252
- if (.not.allocated(package%test) .and. exists("test")) then
+ if (.not.allocated(package%test) .and. &
253
+ exists(join_path("test","main.f90"))) then
254
allocate(package%test(1))
255
call default_test(package%test(1), package%name)
256
endif
0 commit comments