Skip to content

Commit 5dc3425

Browse files
Add a non-module fortran routine to help autotools test linking
1 parent 7a94b35 commit 5dc3425

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Source/Fortran/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ set(Fsrc
4444
TrigonometrySolversModule.F90
4545
TripletListModule.F90
4646
TripletModule.F90
47+
test_ntpoly_link.f90
4748
)
4849

4950
################################################################################

Source/Fortran/test_ntpoly_link.f90

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
!> this subroutine is just here for testing linking with autotools.
2+
subroutine test_ntpoly_link()
3+
end subroutine test_ntpoly_link

0 commit comments

Comments
 (0)