summaryrefslogtreecommitdiffstats
path: root/Tests/CTestTestLaunchers/launcher_custom_command_test_project
Commit message (Collapse)AuthorAgeFilesLines
* CTest: Remove special case for Dart version <= 1Regina Pfeifer2018-11-281-2/+0
|
* Remove unnecessary CTEST_PROJECT_NAME variablesRegina Pfeifer2018-11-201-1/+0
|
* Tests: Add additional launcher testsMatthew Woehlke2017-01-103-0/+32
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.)