Home | History | Annotate | Download | only in perldriver

Lines Matching refs:program

20 my $extraArgs; # stuff that always gets passed to the test program
64 my($locale, $iter, $data, $program, $args, $variable);
116 my $program;
121 ($program, @argsAndTest) = split(/\ /, @{ $tests{$i} }[$j]);
125 $commandLine = "$program -i $ITERATIONS -p $NUMPASSES $locAndData @argsAndTest";
127 $commandLine = "$program -t $TIME -p $NUMPASSES $locAndData @argsAndTest";
129 #my $commandLine = "$program -i 5 -p $NUMPASSES $locAndData @argsAndTest";
131 store("$i, $program @argsAndTest", @res);
170 my @t = callProg(shift); #"$program $args $argsAndTest");
238 # Invoke program and capture results, passing it the given parameters.
265 close(PIPE) or die "Program failed: \"$cmd\"";