Michael Hirsch, Ph.D
83b4e981c4
Use strict function prototypes
5 years ago
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
972535a6ac
Condense test dirs.
6 years ago
Jon Turney
399f8553b7
Add a test for Windows console application with main function in a library
...
Currently, this test fails for ninja/VisualC, as we don't pass
/SUBSYSTEM:CONSOLE to the linker, and it guesses wrongly that this is a GUI
app
https://lists.freedesktop.org/archives/mesa-dev/2018-June/197844.html
6 years ago
Jussi Pakkanen
9262fe600a
Split test suite into common and platform dependent parts.
12 years ago
Jussi Pakkanen
b6886b2c27
Added target install option.
12 years ago
Jussi Pakkanen
8db898928b
Put all outputs to target directories.
12 years ago
Jussi Pakkanen
5e51c526a1
Moved quoting function.
12 years ago