CMake/Tests/Fortran
Brad King 7b10ec686f Skip SHARED lib Fortran test with XL and old GNU
The commit "Test all target types in Fortran" enabled a SHARED library
in the Fortran test.  However, we do not yet implement support for
shared libraries with XL Fortran (it seems this requires using the C
compiler to link).  Furthermore, the old g77 2.97 from Red Hat does not
support shared libs on Itanium because the g2c lib is not -fPIC.

For now we just disable SHARED libs in the test for these tools.
2009-10-26 11:32:19 -04:00
..
Executable ENH: Implemented Fortran module output directory and search path flags. 2007-12-30 16:11:38 -05:00
External ENH: Add tests of Fortran module dependencies across directories and on external modules. Tests based on cases provided by Maik in issue #5809. 2007-12-28 11:50:29 -05:00
Library ENH: Implemented Fortran module output directory and search path flags. 2007-12-30 16:11:38 -05:00
in_interface ENH: Added test for 'use' keyword in a comment. Patch from Maik Beckmann. See bug#5809. 2007-10-10 09:09:09 -04:00
include ENH: Test included header in Fortran preprocessing 2009-02-24 14:32:31 -05:00
CMakeLists.txt Skip SHARED lib Fortran test with XL and old GNU 2009-10-26 11:32:19 -04:00
foo.f ENH: add test for FortranCInterface 2008-10-29 10:58:40 -04:00
hello.f Test all target types in Fortran 2009-10-23 08:24:51 -04:00
mainc.c Test C, C++, Fortran interface combinations 2009-08-04 14:06:45 -04:00
maincxx.c Test C, C++, Fortran interface combinations 2009-08-04 14:06:45 -04:00
myc.c Rewrite FortranCInterface module 2009-08-05 13:40:29 -04:00
mycxx.cxx Test C, C++, Fortran interface combinations 2009-08-04 14:06:45 -04:00
mysub.f ENH: Require language libs in Fortran/C test 2009-07-27 11:56:09 -04:00
test_module_implementation.f90 ENH: Added Fortran 90 test if the platform supports it. 2005-02-15 09:01:14 -05:00
test_module_interface.f90 ENH: Added Fortran 90 test if the platform supports it. 2005-02-15 09:01:14 -05:00
test_module_main.f90 ENH: Added Fortran 90 test if the platform supports it. 2005-02-15 09:01:14 -05:00
test_preprocess.F90 ENH: Test included header in Fortran preprocessing 2009-02-24 14:32:31 -05:00
test_use_in_comment_fixedform.f BUG: Fix Fortran test to use more portable comment syntax in fixed format source. 2008-03-28 14:04:52 -04:00
test_use_in_comment_freeform.f90 ENH: Added test for 'use' keyword in a comment. Patch from Maik Beckmann. See bug#5809. 2007-10-10 09:09:09 -04:00
testf.f Test all target types in Fortran 2009-10-23 08:24:51 -04:00
world.def Fix Intel and MinGW Fortran DLL import libraries 2009-10-26 11:07:27 -04:00
world.f Test all target types in Fortran 2009-10-23 08:24:51 -04:00