summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/ctest_build
Commit message (Collapse)AuthorAgeFilesLines
* ctest_configure: Propagate CTEST_USE_LAUNCHERS from caller to projectBill Hoffman2016-10-173-0/+7
| | | | | | | | If `CTEST_USE_LAUNCHERS` is `TRUE` in a CTest script then the `ctest_configure` command will add `-DCTEST_USE_LAUNCHERS:BOOL=TRUE` to the cmake command used to configure the project. This allows a project to only set `CTEST_USE_LAUNCHERS` in a ctest script and have launchers work.
* CTest: Optionally add a ChangeId attribute on XML Site tagsZack Galbreath2015-07-172-0/+21
| | | | | | | Add variable CTEST_CHANGE_ID to configure the setting. This allows CTest clients to give CDash information about what change is being tested so that CDash can take actions to report the results (e.g. to a pull request page).
* CTest: Stop telling 'make' to ignore errors with -iBrad King2015-05-127-1/+33
| | | | Add policy CMP0061 to maintain compatibility for existing projects.
* ctest_build: Add QUIET optionZack Galbreath2015-02-235-0/+42