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.
f_source%link_libraries
1 parent 6231b2c commit 26dc01aCopy full SHA for 26dc01a
test/fpm_test/test_source_parsing.f90
@@ -643,6 +643,11 @@ subroutine test_csource(error)
643
return
644
end if
645
646
+ if (allocated(f_source%link_libraries)) then
647
+ call test_failed(error,'Unexpected link_libraries - expecting unallocated')
648
+ return
649
+ end if
650
+
651
if (.not.('proto.h' .in. f_source%include_dependencies)) then
652
call test_failed(error,'Missing file in include_dependencies')
653
0 commit comments