Home | History | Annotate | Download | only in tests

Lines Matching refs:fs

200     my @fs;
216 push(@fs, $arg);
222 @fs = ();
224 push(@fs, $f) if (-d $f);
228 (0 != @fs) or die "No test files or directories specified\n";
230 return @fs;
543 my @fs = glob "*";
544 my $found_tests = (0 != (grep { $_ =~ /\.vgtest$/ } @fs));
549 foreach my $f (@fs) {
610 my @fs = process_command_line();
611 foreach my $f (@fs) {