1
0

DartConfiguration.tcl.in 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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.
  4. # Configuration directories and files
  5. SourceDirectory: @PROJECT_SOURCE_DIR@
  6. BuildDirectory: @PROJECT_BINARY_DIR@
  7. # Dart options
  8. # CVS options
  9. # Default is "-d -P -A"
  10. CVSUpdateOptions: @CVS_UPDATE_OPTIONS@
  11. # Site is something like machine.domain, i.e. pragmatic.crd
  12. Site: @SITE@
  13. # Build name is osname-revision-compiler, i.e. Linux-2.4.2-2smp-c++
  14. BuildName: @BUILDNAME@
  15. # Submission information
  16. DropSite: @DROP_SITE@
  17. DropLocation: @DROP_LOCATION@
  18. DropSiteUser: @DROP_SITE_USER@
  19. DropSitePassword: @DROP_SITE_PASSWORD@
  20. DropSiteMode: @DROP_SITE_MODE@
  21. DropMethod: @DROP_METHOD@
  22. TriggerSite: @TRIGGER_SITE@
  23. # Dashboard start time
  24. NightlyStartTime: @NIGHTLY_START_TIME@
  25. # Commands for the build/test/submit cycle
  26. ConfigureCommand: "@CMAKE_COMMAND@" "@PROJECT_SOURCE_DIR@"
  27. CMakeCommand: @CMAKE_COMMAND@
  28. MakeCommand: @MAKECOMMAND@
  29. CVSCommand: @CVSCOMMAND@
  30. ScpCommand: @SCPCOMMAND@
  31. PurifyCommand: @PURIFYCOMMAND@
  32. ValgrindCommand: @VALGRIND_COMMAND@
  33. ValgrindCommandOptions: @VALGRIND_COMMAND_OPTIONS@
  34. MemoryCheckCommand: @MEMORYCHECK_COMMAND@
  35. MemoryCheckCommandOptions: @MEMORYCHECK_COMMAND_OPTIONS@
  36. MemoryCheckSuppressionFile: @MEMORYCHECK_SUPPRESSIONS_FILE@
  37. CoverageCommand: @COVERAGE_COMMAND@
  38. # Compression commands
  39. GunzipCommand: @GUNZIPCOMMAND@
  40. CompressionCommand: @COMPRESSIONCOMMAND@
  41. CompressionType: @COMPRESSIONCOMMAND@
  42. # Testing options
  43. # TimeOut is the amount of time in seconds to wait for processes
  44. # to complete during testing. After TimeOut seconds, the
  45. # process will be summaily terminated.
  46. # Currently set to 25 minutes
  47. TimeOut: @DART_TESTING_TIMEOUT@