Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Enable ConfigSources test on every configuration | Brad King | 2019-10-04 | 1 | -1/+7 |
| | | | | | Revise the test itself to work in all configurations and verify that certain sources are only built by whatever configuration is tested. | ||||
* | cmTarget: Allow transitive evaluation of SOURCES property. | Stephen Kelly | 2014-04-02 | 1 | -0/+7 |
Extend the cmGeneratorExpressionDAGChecker with an interface returning the name of the top target. Use that to determine when there is a DAG violation, as required by the RunCMake.Languages tests. |