summaryrefslogtreecommitdiff
path: root/test cases/windows/1 basic
AgeCommit message (Collapse)Author
2020-02-25test: merge installed_files.txt into test.jsonDaniel Mensinger
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
2018-09-14run_project_tests: remove pdb workaround, just use filtersMarco Trevisan (Treviño)
And ignore .dll.a files in non cygwin gcc instances
2017-06-21Consistently use windows.h, not Windows.hJon Turney
This is significant when compiling using gcc on a case-sensitive filesystem.
2017-03-03tests/windows: Tests for #1444Nirbheek Chauhan
Check that pdb files are installed
2013-06-02Renamed add_test to test.Jussi Pakkanen
2013-04-19Fixed Windows garbage line endings.Jussi Pakkanen
2013-04-19Added a Windows test.Jussi Pakkanen