summaryrefslogtreecommitdiff
path: root/test cases/fortran/1 basic
AgeCommit message (Collapse)Author
2021-09-20tests: Fix fortran testsRohit Goswami
2019-11-17use '-Werror=unused-parameter' for gcc/clang on project tests and ↵Michael Hirsch, Ph.D
-fimplicit-none on fortran Fortran: check for undeclared variables by forcing implicit none everywhere C/C++: check for unused parameters and return types removed unused variables from test cases ci: do missing return and unused arg check with Github Actions
2019-05-16compilers/fortran: Fix all has_argument methods in mesonDylan Baker
Apparently we have no tests for this because this is broken pretty badly. This extends the basic test to actually check for the correct free-form argument and thus test this.
2019-05-10tests/fortran/1: call compiler.get_id() == str instead of compiler == strDylan Baker
2019-01-27BUGFIX: broken/missing Fortran code/unit testsMichael Hirsch, Ph.D
2017-01-04ifort: Derive from IntelCompiler base classNirbheek Chauhan
And fix the list of supported file suffixes, and use .f90 for all fortran tests since ifort, the Intel Fortran compiler ignores files ending with .f95, .f03, and .f08
2016-12-20Add per target argument for Fortran.Jussi Pakkanen
2014-08-01Basic Fortran support.Jussi Pakkanen