aboutsummaryrefslogtreecommitdiff
path: root/test cases/common/149 recursive linking
AgeCommit message (Collapse)AuthorFilesLines
2020-02-22tests: Ensure that executable and library are named differentlyNirbheek Chauhan1-1/+1
On Windows, the basename is used to determine the name of the PDB file. So for a project called myproject, we will create myproject.dll and myproject.exe, both of which will have myproject.pdb. This is a file collision. Instead, append `_test`, similar to the C# template. Fixes AllPlatformTest.test_templates on MSVC. This became a hard error when we started listing PDBs in the implicit outputs list of ninja targets. Do the same for a test that was making the same mistake.
2019-11-18Use strict function prototypesMichael Hirsch, Ph.D1-1/+1
2019-11-17Make all C main functions without arguments have "void" in arg list.Jussi Pakkanen4-4/+4
2019-11-17use '-Werror=unused-parameter' for gcc/clang on project tests and ↵Michael Hirsch, Ph.D5-5/+5
-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-08-03Condense test directory names.Jussi Pakkanen31-0/+334