summaryrefslogtreecommitdiff
path: root/test cases/common/15 if
AgeCommit message (Collapse)Author
2021-04-26Merge if and else tests to a single project.Jussi Pakkanen
2019-11-17Make all C main functions without arguments have "void" in arg list.Jussi Pakkanen
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
2018-08-19Condense test dirs.Jussi Pakkanen