summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/ctest_labels_for_subprojects
Commit message (Collapse)AuthorAgeFilesLines
* Ninja: Add multi-config variantKyle Edwards2019-12-131-1/+2
| | | | Co-Authored-by: vector-of-bool <vectorofbool@gmail.com>
* Remove unnecessary CTEST_PROJECT_NAME variablesRegina Pfeifer2018-11-201-1/+0
|
* CTest: Weight reported test times by PROCESSORS in summariesBill Hoffman2017-09-087-13/+13
| | | | | | This commit changes the times reported by labels and subprojects to be weighted by the PROCESSORS property. It is reported with `sec*proc` instead of just `sec`.
* CTest: Split out labels and subproject labels in summary outputBill Hoffman2017-09-085-1/+12
| | | | | | | | This commit splits out the reporting of labels and labels used for sub projects. If a label is a sub project label it will not be included in the label summary. To implement this the commit creates PrintLabelOrSubprojectSummary which is able to do the work of both PrintLabelSummary and PrintSubprojectSummary avoiding code duplication.
* Add tests for new directory labels and labels-for-subprojects featuresBetsy McPhail2017-07-1031-0/+482