From 38d1ff59daa197eb26e939247625f9d130281508 Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 27 Jul 2009 11:56:09 -0400 Subject: 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. --- Tests/Fortran/mysub.f | 1 + 1 file changed, 1 insertion(+) diff --git a/Tests/Fortran/mysub.f b/Tests/Fortran/mysub.f index 36b4155..4b108e3 100644 --- a/Tests/Fortran/mysub.f +++ b/Tests/Fortran/mysub.f @@ -1,4 +1,5 @@ subroutine mysub + print *, 'Printing this requires fortran language libraries' end subroutine subroutine my_sub end subroutine -- cgit v0.12