summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/Make
Commit message (Collapse)AuthorAgeFilesLines
* cmake: Add tests for verbose output to --build modeRobert Maynard2019-01-286-0/+35
|
* include_regular_expression: Fix propagation to subdirectoriesBrad King2018-01-244-0/+9
| | | | | | | | | | | | | | Refactoring in commit v3.4.0-rc1~321^2 (cmMakefile: Remove special handling of INCLUDE_REGULAR_EXPRESSION, 2015-04-04) accidentally broke propagation of the include regex to subdirectories. Refactoring in commit v3.5.0-rc1~319^2~1 (cmState: Initialize properties immediately, 2015-10-07) moved maintenance of this value from `cmMakefile` to `cmStateSnapshot`. Restore propagation of the `INCLUDE_REGULAR_EXPRESSION` to subdirectories and add a test to cover it. Fixes: #17676
* add_custom_command: Add DEPFILE option for NinjaKulla Christoph2016-08-304-0/+16
| | | | | | | | Provide a way for custom commands to inform the ninja build tool about their implicit dependencies. For now simply make use of the option an error on other generators. Closes: #15479
* Tests: Add test for TARGET_MESSAGES global propertyBrad King2015-07-1410-0/+52