Resync
[CMakeLuaTailorHgBridge.git] / CMakeLua / Modules / DartConfiguration.tcl.in
blob3ff6a59d0ba4f81efe4051976ef5c14f516515bb
1 # This file is configured by CMake automatically as DartConfiguration.tcl
2 # If you choose not to use CMake, this file may be hand configured, by
3 # filling in the required variables.
6 # Configuration directories and files
7 SourceDirectory: @PROJECT_SOURCE_DIR@
8 BuildDirectory: @PROJECT_BINARY_DIR@
10 # Site is something like machine.domain, i.e. pragmatic.crd
11 Site: @SITE@
13 # Build name is osname-revision-compiler, i.e. Linux-2.4.2-2smp-c++
14 BuildName: @BUILDNAME@
16 # Submission information
17 IsCDash: @CTEST_DROP_SITE_CDASH@
18 DropSite: @DROP_SITE@
19 DropLocation: @DROP_LOCATION@
20 DropSiteUser: @DROP_SITE_USER@
21 DropSitePassword: @DROP_SITE_PASSWORD@
22 DropSiteMode: @DROP_SITE_MODE@
23 DropMethod: @DROP_METHOD@
24 TriggerSite: @TRIGGER_SITE@
25 ScpCommand: @SCPCOMMAND@
27 # Dashboard start time
28 NightlyStartTime: @NIGHTLY_START_TIME@
30 # Commands for the build/test/submit cycle
31 ConfigureCommand: "@CMAKE_COMMAND@" "@PROJECT_SOURCE_DIR@"
32 MakeCommand: @MAKECOMMAND@
34 # CVS options
35 # Default is "-d -P -A"
36 CVSCommand: @CVSCOMMAND@
37 CVSUpdateOptions: @CVS_UPDATE_OPTIONS@
39 # Subversion options
40 SVNCommand: @SVNCOMMAND@
41 SVNUpdateOptions: @SVN_UPDATE_OPTIONS@
43 # Generic update command
44 UpdateCommand: @UPDATE_COMMAND@
45 UpdateOptions: @UPDATE_OPTIONS@
46 UpdateType: @UPDATE_TYPE@
48 # Dynamic analisys and coverage
49 PurifyCommand: @PURIFYCOMMAND@
50 ValgrindCommand: @VALGRIND_COMMAND@
51 ValgrindCommandOptions: @VALGRIND_COMMAND_OPTIONS@
52 MemoryCheckCommand: @MEMORYCHECK_COMMAND@
53 MemoryCheckCommandOptions: @MEMORYCHECK_COMMAND_OPTIONS@
54 MemoryCheckSuppressionFile: @MEMORYCHECK_SUPPRESSIONS_FILE@
55 CoverageCommand: @COVERAGE_COMMAND@
57 # Testing options
58 # TimeOut is the amount of time in seconds to wait for processes
59 # to complete during testing. After TimeOut seconds, the
60 # process will be summaily terminated.
61 # Currently set to 25 minutes
62 TimeOut: @DART_TESTING_TIMEOUT@