DartConfiguration.tcl.in 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. # Compression commands
  35. GunzipCommand: @GUNZIPCOMMAND@
  36. CompressionCommand: @COMPRESSIONCOMMAND@
  37. CompressionType: @COMPRESSIONCOMMAND@
  38. # Testing options
  39. # TimeOut is the amount of time in seconds to wait for processes
  40. # to complete during testing. After TimeOut seconds, the
  41. # process will be summaily terminated.
  42. # Currently set to 25 minutes
  43. TimeOut: @DART_TESTING_TIMEOUT@