summaryrefslogtreecommitdiffstats
path: root/test/Fortran
Commit message (Collapse)AuthorAgeFilesLines
* Handle Fortran MODULE definitions in the same file. (Craig Scott)Steven Knight2005-08-211-0/+92
|
* Update test infrastructure and ae2cvs utility to latest. Fix runtest.py's ↵Steven Knight2005-08-171-0/+1
| | | | swallowing of interrupts. Update various tests.
* Update Fortran tests that relied on the order of the -c option.Steven Knight2005-08-138-104/+104
|
* Allow access to both TARGET and SOURCE in hBcfunctions within CPPPATH ↵Steven Knight2005-08-131-19/+125
| | | | expansion. (Stanislav Baranov)
* Handle Visual Studio project and solution files in Unicode. (Chen Lee)Steven Knight2005-08-132-66/+275
|
* Add a skip_test() method to the infrastructure and use it for test scripts ↵Steven Knight2005-08-133-10/+17
| | | | that skip all or part of their tests based on tool availability or test platform.
* Look up Fortran modules relative to . (Craig Scott)Steven Knight2005-08-111-0/+93
|
* Add Fortran COMSTR variables for output customizability.Steven Knight2004-11-208-0/+760
|
* Fix handling of ${F77,F90,F95,FORTRAN}COM so they can be overridden properly.Steven Knight2004-08-118-0/+1094
|
* Add support for newer ifort versions of the Intel Fortran compiler on Linux. ↵Steven Knight2004-07-292-0/+40
| | | | (Jonathan Gurley) Fortran 90 tests for future use. (Chris Murray)
* Add Fortran 90/95 support. (Chris Murray)Steven Knight2004-07-2920-0/+3639