Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Drop CMAKE_TEST_GENERATOR(|_TOOLSET) variables | Brad King | 2014-03-03 | 2 | -4/+4 |
| | | | | s/CMAKE_TEST_GENERATOR/CMAKE_GENERATOR/g | ||||
* | Tests: Add generator toolset support | Brad King | 2013-02-07 | 2 | -1/+5 |
| | | | | | Propagate CMAKE_GENERATOR_TOOLSET through the test hierarchy so that all tests can build with the selected generator toolset, if any. | ||||
* | CTest: Add test to verify -D variable definitions work | David Cole | 2012-06-25 | 1 | -0/+16 |
| | |||||
* | Fix issue #2336 - honor the -C arg to ctest. Honor it for all stages of ↵ | David Cole | 2009-12-04 | 4 | -0/+131 |
running -D dashboards from the command line and running ctest_configure, ctest_build and ctest_test commands in -S scripts. Also, allow a script to change it by setting the CTEST_CONFIGURATION_TYPE variable: allows for multiple configuration build/test cycles within one script. Add a new signature for the cmake command build_command that accepts CONFIGURATION as one argument. The original build_command signature is still there, but now marked as deprecated in the documentation. Of course... also add CTestConfig tests to verify that -C is honored for -D dashboards and -S scripts. |