Lines Matching refs:tool
116 our $valgrind_tool="--tool=memcheck";
814 my @codepieces = getpart("client", "tool");
815 my $tool="";
817 $tool = $codepieces[0];
818 chomp $tool;
819 $tool .= exe_ext('TOOL');
831 $tool=$CMDLINE;
838 $tool=$CMDLINE;
841 elsif(!$tool && !$keywords{"unittest"}) {
869 # Default the tool to a unit test with the same name as the test spec
870 if($keywords{"unittest"} && !$tool) {
871 $tool="unit$testnum";
874 if($tool =~ /^lib/) {
875 $CMDLINE="$LIBDIR/$tool";
877 elsif($tool =~ /^unit/) {
878 $CMDLINE="$UNITDIR/$tool";
882 logmsg " $testnum: IGNORED: The tool set in the test case for this: '$tool' does not exist\n";
916 if(!$tool) {
993 return (0, $cmdres, $dumped_core, $CURLOUT, $tool, use_valgrind() && !$disablevalgrind);
1190 my $tool;
1192 ($error, $cmdres, $dumped_core, $CURLOUT, $tool, $usedvalgrind) = singletest_run($testnum, \%testtimings);
1215 return (0, clearlogs(), \%testtimings, $cmdres, $CURLOUT, $tool, $usedvalgrind);