summaryrefslogtreecommitdiff
path: root/test cases/windows/5 resources
AgeCommit message (Collapse)Author
2019-12-04ci/test: unused args for WindowsMichael Hirsch, Ph.D
2019-07-05Fix windres module argument flatteningePirat
2019-01-05Testcase for library where the first object is an arch-neutral .res fileJon Turney
2018-12-09Apply work-around for windres bug with msys2 clang alsoJon Turney
The windres bug with paths with spaces appears irrespective of compiler
2018-06-03Have the windows.resource_compiler() preprocesor write a depfileJon Turney
When using binutils's windres, we can instruct it to invoke the preprocessor in such a way that it writes a depfile, so that dependencies on #included files are automatically tracked. Not implemented for MSVC tools, so skip testing it in that case.
2018-06-01Add a depend_files: keyword to windows.compile_resources()Jon Turney
Expose depend_files: from the custom_target this creates. This is the change suggested in #2815, with tests and documentation added. Fixes #2789 (duplicate #2830)
2017-12-31Fix test cases/windows/5 resourcesJon Turney
Currently, this test only tries to load a predefined icon, so the resource compilation and linking can be completely removed from the meson.build and it still passes. Change to try to load the icon contained in the resources we compile.
2017-04-06Run test cases/windows/ tests on CygwinJon Turney
Also, always run 'test cases/windows/5 resources' on Cygwin since it can handle args containing spaces correctly.
2017-03-28tests/windows/5: Skip if build_to_src has spacesNirbheek Chauhan
In this case, the arguments to MinGW windres will contain spaces and the test will definitely fail, so just skip it. This effectively means that manually running the test will be fine, but running it via run_project_tests.py will always fail (skip).
2017-03-28tests/windows/5: Add more subdirs to the testNirbheek Chauhan
This improves test coverage by testing that resources, includes, and build targets being in separate directories works properly.
2016-12-28Add include_directories to windows.compile_resources.Elliott Sales de Andrade
2015-12-17Compile Windows resources. Closes #333.Jussi Pakkanen