summaryrefslogtreecommitdiff
path: root/test cases/common/7 mixed
AgeCommit message (Collapse)Author
2019-11-18Use strict function prototypesMichael Hirsch, Ph.D
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
2013-06-02C++ is now called cpp rather than cxx.Jussi Pakkanen
2013-06-02Renamed add_test to test.Jussi Pakkanen
2013-03-03Split test suite into common and platform dependent parts.Jussi Pakkanen