summaryrefslogtreecommitdiff
path: root/Modules/DartConfiguration.tcl.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2009-02-11 15:18:13 -0500
committerBrad King <brad.king@kitware.com>2009-02-11 15:18:13 -0500
commit0e067ad3d1866237a0b6fd8ba00326d3fb43deb6 (patch)
treef8163fc835a8f180d5b5b26caf77c0c10f6140b5 /Modules/DartConfiguration.tcl.in
parent7497fd575d0bd12e07a6145715a63ce8330a454f (diff)
downloadcmake-0e067ad3d1866237a0b6fd8ba00326d3fb43deb6.tar.gz
ENH: Create include(CTest) launcher interface
This defines a new CTest configuration variable CTEST_USE_LAUNCHERS. When set to true it puts 'ctest --launch' in RULE_LAUNCH_* properties and enables the CTest configuration option 'UseLaunchers'. Currently this works only for Makefile generators.
Diffstat (limited to 'Modules/DartConfiguration.tcl.in')
-rw-r--r--Modules/DartConfiguration.tcl.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/DartConfiguration.tcl.in b/Modules/DartConfiguration.tcl.in
index 3ff6a59d0b..39760b499f 100644
--- a/Modules/DartConfiguration.tcl.in
+++ b/Modules/DartConfiguration.tcl.in
@@ -60,3 +60,5 @@ CoverageCommand: @COVERAGE_COMMAND@
# process will be summaily terminated.
# Currently set to 25 minutes
TimeOut: @DART_TESTING_TIMEOUT@
+
+UseLaunchers: @CTEST_USE_LAUNCHERS@