Skip to content

Commit

Permalink
Add a non-module fortran routine to help autotools test linking
Browse files Browse the repository at this point in the history
  • Loading branch information
william-dawson committed Oct 1, 2024
1 parent e57370a commit 5ab1733
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Source/Fortran/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ set(Fsrc
TrigonometrySolversModule.F90
TripletListModule.F90
TripletModule.F90
test_ntpoly_link.f90
)

################################################################################
Expand Down
3 changes: 3 additions & 0 deletions Source/Fortran/test_ntpoly_link.f90
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
!> this subroutine is just here for testing linking with autotools.
subroutine test_ntpoly_link()
end subroutine test_ntpoly_link

0 comments on commit 5ab1733

Please sign in to comment.