Initial commit.
[CMakeLuaTailorHgBridge.git] / CMakeLua / Modules / DartConfiguration.tcl.in
blobdaf8b7985ab01af0a007ea1065e555a34de23f4c
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 DropSite: @DROP_SITE@
18 DropLocation: @DROP_LOCATION@
19 DropSiteUser: @DROP_SITE_USER@
20 DropSitePassword: @DROP_SITE_PASSWORD@
21 DropSiteMode: @DROP_SITE_MODE@
22 DropMethod: @DROP_METHOD@
23 TriggerSite: @TRIGGER_SITE@
24 ScpCommand: @SCPCOMMAND@
26 # Dashboard start time
27 NightlyStartTime: @NIGHTLY_START_TIME@
29 # Commands for the build/test/submit cycle
30 ConfigureCommand: "@CMAKE_COMMAND@" "@PROJECT_SOURCE_DIR@"
31 MakeCommand: @MAKECOMMAND@
33 # CVS options
34 # Default is "-d -P -A"
35 CVSCommand: @CVSCOMMAND@
36 CVSUpdateOptions: @CVS_UPDATE_OPTIONS@
38 # Subversion options
39 SVNCommand: @SVNCOMMAND@
40 SVNUpdateOptions: @SVN_UPDATE_OPTIONS@
42 # Generic update command
43 UpdateCommand: @UPDATE_COMMAND@
44 UpdateOptions: @UPDATE_OPTIONS@
45 UpdateType: @UPDATE_TYPE@
47 # Dynamic analisys and coverage
48 PurifyCommand: @PURIFYCOMMAND@
49 ValgrindCommand: @VALGRIND_COMMAND@
50 ValgrindCommandOptions: @VALGRIND_COMMAND_OPTIONS@
51 MemoryCheckCommand: @MEMORYCHECK_COMMAND@
52 MemoryCheckCommandOptions: @MEMORYCHECK_COMMAND_OPTIONS@
53 MemoryCheckSuppressionFile: @MEMORYCHECK_SUPPRESSIONS_FILE@
54 CoverageCommand: @COVERAGE_COMMAND@
56 # Testing options
57 # TimeOut is the amount of time in seconds to wait for processes
58 # to complete during testing. After TimeOut seconds, the
59 # process will be summaily terminated.
60 # Currently set to 25 minutes
61 TimeOut: @DART_TESTING_TIMEOUT@