diff options
author | Brad King <brad.king@kitware.com> | 2009-02-11 20:18:13 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2009-02-11 20:18:13 (GMT) |
commit | 0e067ad3d1866237a0b6fd8ba00326d3fb43deb6 (patch) | |
tree | f8163fc835a8f180d5b5b26caf77c0c10f6140b5 /Modules/DartConfiguration.tcl.in | |
parent | 7497fd575d0bd12e07a6145715a63ce8330a454f (diff) | |
download | CMake-0e067ad3d1866237a0b6fd8ba00326d3fb43deb6.zip CMake-0e067ad3d1866237a0b6fd8ba00326d3fb43deb6.tar.gz CMake-0e067ad3d1866237a0b6fd8ba00326d3fb43deb6.tar.bz2 |
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.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/DartConfiguration.tcl.in b/Modules/DartConfiguration.tcl.in index 3ff6a59..39760b4 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@ |