Michael Hirsch, Ph.D
1baa1c9222
use '-Werror=unused-parameter' for gcc/clang on project tests and -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
5 years ago
Jussi Pakkanen
f39600647d
Condense test directory names.
5 years ago
Jussi Pakkanen
972535a6ac
Condense test dirs.
6 years ago
Niklas Claesson
d4a5a8419f
Fix two test cases
7 years ago
Tim 'mithro' Ansell
36aab0f4b2
Complete python escape sequences aware strings
...
Fixes #3169
7 years ago
Nirbheek Chauhan
ae5a362950
tests/common: Run compiler checks for both C & C++
...
Without this we're just hoping that the C++ compiler behaves the same
way as the C compiler, which is not always true as demonstrated by
https://github.com/mesonbuild/meson/issues/958
8 years ago
Elliott Sales de Andrade
acdb17ffa2
Add test cases for compile-checks-in-files.
8 years ago
Jussi Pakkanen
24ea586d1e
More introspection.
11 years ago
Jussi Pakkanen
e3c100a57b
Can print log info on run tests.
12 years ago
Jussi Pakkanen
bdd1485987
Run build tests properly.
12 years ago
Jussi Pakkanen
427cfbf569
Interpreter side of tryrun is mostly done.
12 years ago