File: include.tcl

package info (click to toggle)
evolution-data-server 2.22.3-1.1%2Blenny2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 69,336 kB
  • ctags: 44,478
  • sloc: ansic: 341,205; xml: 65,790; tcl: 30,499; sh: 19,137; perl: 11,529; cpp: 8,264; java: 7,653; makefile: 6,871; awk: 1,338; yacc: 1,105; sed: 772; cs: 505; lex: 134; python: 30; asm: 14
file content (23 lines) | stat: -rw-r--r-- 461 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Automatically built by dist/s_test; may require local editing.

set tclsh_path @TCL_TCLSH@
set tcllib .libs/libdb_tcl-@DB_VERSION_MAJOR@.@DB_VERSION_MINOR@.@MODSUFFIX@

set rpc_server localhost
set rpc_path .
set rpc_testdir $rpc_path/TESTDIR

set src_root @srcdir@/..
set test_path @srcdir@/../test

global testdir
set testdir ./TESTDIR

global dict
global util_path

global is_hp_test
global is_qnx_test
global is_windows_test

set KILL "@db_cv_path_kill@"