Selaa lähdekoodia

ENH: Require language libs in Fortran/C test

This extends the Fortran/C interface test to require that the executable
link to the fortran language runtime libraries.  We must verify that the
proper linker is chosen.
Brad King 16 vuotta sitten
vanhempi
sitoutus
38d1ff59da
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      Tests/Fortran/mysub.f

+ 1 - 0
Tests/Fortran/mysub.f

@@ -1,4 +1,5 @@
       subroutine mysub
+        print *, 'Printing this requires fortran language libraries'
       end subroutine
       subroutine my_sub
       end subroutine