File: DartConfig.cmake

package info (click to toggle)
dart 0.20061109-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 5,668 kB
  • ctags: 247
  • sloc: tcl: 5,652; perl: 256; python: 141; cpp: 79; makefile: 68; sh: 36
file content (22 lines) | stat: -rw-r--r-- 677 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#
# Dart server to submit results (used by client)
#
SET (DROP_SITE "localhost")
SET (DROP_LOCATION "/incoming")
SET (DROP_SITE_USER "anonymous")
SET (DROP_SITE_PASSWORD "dart-tester@somewhere.com")
SET (TRIGGER_SITE "http://${DROP_SITE}/cgi-bin/dart-dt.pl")

#
# Dart server configuration 
#
#SET (CVS_WEB_URL "http://${DROP_SITE}/cgi-bin/cvsweb.cgi/dt/")
#SET (CVS_WEB_CVSROOT "dt")
SET (CVS_WEB_URL "http://${DROP_SITE}/")
SET (DOXYGEN_URL "http://${DROP_SITE}/" )
SET (GNATS_WEB_URL "http://${DROP_SITE}/")

#
# Copy over the testing logo
#
CONFIGURE_FILE(${DART_TEST_SOURCE_DIR}/TestingLogo.gif ${DART_TEST_BINARY_DIR}/Testing/HTML/TestingResults/Icons/Logo.gif COPYONLY)