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
13 # Build name is osname-revision-compiler, i.e. Linux-2.4.2-2smp-c++
14 BuildName
: @BUILDNAME
@
16 # Submission information
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
@
34 # Default is "-d -P -A"
35 CVSCommand
: @CVSCOMMAND
@
36 CVSUpdateOptions
: @CVS_UPDATE_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
@
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
@