summaryrefslogtreecommitdiff
path: root/test cases/windows/16 gui app
AgeCommit message (Collapse)Author
2020-10-07Add win_subsystem kwarg. Closes #7765.Jussi Pakkanen
2020-01-22tests/windows/16: Use pefile module instead of objdump/dumpbinNirbheek Chauhan
The pefile module is a CI dependency now, so we can use that instead of objdump/dumpbin which greatly simplifies the test. Of course, this module is also cross-platform so it will work if we add cross-win32 CI at some point.
2019-12-04ci/test: unused args for WindowsMichael Hirsch, Ph.D
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-11-04Handle only llvm-objdump being availableJon Turney
llvm-objdump currently doesn't appear to output the Windows subsystem, so that part of the test needs to be skipped.
2018-08-19Condense test dirs.Jussi Pakkanen