summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/GenEx-COMPILE_LANG_AND_ID
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Shorten RunCMake.GenEx-* case namesBrad King2021-06-2524-15/+15
| | | | Reduce the length of the longest path on disk needed by the tests.
* Genex $<COMPILE_LANGUAGE>: Extend contexts supportedMarc Chevrier2020-07-132-0/+18
| | | | | | | | When genex $<TARGET_PROPERTY:...> for properties like INCLUDE_DIRECTORIES is evaluated as part of add_custom_command or add_custom_target, genex $<COMPILE_LANGUAGE> and $<COMPLIE_LANG_AND_ID> should be supported. Fixes: #20926
* Tests: Factor out RunCMake.GenEx-COMPILE_LANG_AND_ID testBrad King2020-06-1625-0/+120
Move the `COMPILE_LANG_AND_ID` cases out of `RunCMake.GeneratorExpression`.