Lines Matching full:our
36 our @EXPORT = qw(
82 our $verbose; # 1 to show verbose test output
83 our $torture; # 1 to enable torture testing
84 our $proxy_address; # external HTTP proxy address
85 our $listonly; # only list the tests
86 our $run_event_based; # run curl with --test-event to test the event API
87 our $automakestyle; # use automake-like test status output format
88 our $anyway; # continue anyway, even if a test fail
89 our $CURLVERSION=""; # curl's reported version number
90 our $CURLVERNUM=""; # curl's reported version number (without -DEV)
91 our $randseed = 0; # random number seed
94 our $pwd = getcwd(); # current working directory
95 our $srcdir = $ENV{'srcdir'} || '.'; # root of the test source code
96 our $perlcmd="$^X";
97 our $perl="$perlcmd -I. -I$srcdir"; # invoke perl like this
98 our $LOGDIR="log"; # root of the log directory; this will be different for
100 our $LIBDIR="./libtest";
101 our $TESTDIR="$srcdir/data";
102 our $CURL="../src/curl".exe_ext('TOOL'); # what curl binary to run on the tests
103 our $VCURL=$CURL; # what curl binary to use to verify the servers with
107 our $memanalyze="$perl $srcdir/memanalyze.pl";
108 our $valgrind; # path to valgrind, or empty if disabled
109 our $bundle = 0; # use bundled server, libtest, unit binaries
110 our $dev_null = ($^O eq 'MSWin32' ? 'NUL' : '/dev/null');
113 our $LOCKDIR = "lock"; # root of the server directory with lock files
114 our $PIDDIR = "server"; # root of the server directory with PID files
115 our $SERVERIN="server.input"; # what curl sent the server
116 our $PROXYIN="proxy.input"; # what curl sent the proxy
117 our $MEMDUMP="memdump"; # file that the memory debugging creates
118 our $SERVERCMD="server.cmd"; # copy server instructions here
121 our @protocols; # array of lowercase supported protocol servers
122 our %feature; # hash of enabled features
123 our $has_shared; # built as a shared library
124 our %keywords; # hash of keywords from the test spec