summaryrefslogtreecommitdiff
path: root/Tests/CTestTestLaunchers
Commit message (Collapse)AuthorAgeFilesLines
* CTest: Remove special case for Dart version <= 1Regina Pfeifer2018-11-293-6/+0
|
* Remove unnecessary CTEST_PROJECT_NAME variablesRegina Pfeifer2018-11-203-3/+0
|
* Tests: Add additional launcher testsMatthew Woehlke2017-01-1010-35/+88
| | | | | | | | 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 supportBrad King2014-09-101-0/+1
| | | | | Propagate CMAKE_GENERATOR_PLATFORM through the test hierarchy so that all tests can build with the selected generator platform, if any.
* Update CDash server URLBrad King2014-06-241-2/+2
| | | | It is now at open.cdash.org and does not start in "/CDash".
* Tests: Add test for CTEST_USE_LAUNCHERS capture of custom commandsNils Gladitz2013-10-314-0/+71
This new test detects if custom command failures are detected with launchers.