Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Add additional launcher tests | Matthew Woehlke | 2017-01-10 | 1 | -34/+46 |
| | | | | | | | | Modify the launcher test to also try to build two executables, having respectively build and link errors. This is intended to test that launchers are used when running compile and link commands, as well as custom commands. (In particular, this should catch breakage such as that fixed by ce71bd9505a.) | ||||
* | Tests: Add generator platform support | Brad King | 2014-09-10 | 1 | -0/+1 |
| | | | | | Propagate CMAKE_GENERATOR_PLATFORM through the test hierarchy so that all tests can build with the selected generator platform, if any. | ||||
* | Tests: Add test for CTEST_USE_LAUNCHERS capture of custom commands | Nils Gladitz | 2013-10-31 | 1 | -0/+39 |
This new test detects if custom command failures are detected with launchers. |