Home | History | Annotate | Download | only in tests

Lines Matching refs:fs

227     my @fs;
251 push(@fs, $arg);
273 @fs = ();
275 push(@fs, $f) if (-d $f);
279 (0 != @fs) or die "No test files or directories specified\n";
281 return @fs;
630 my @fs = glob "*";
631 my $found_tests = (0 != (grep { $_ =~ /\.vgtest$/ } @fs));
636 foreach my $f (@fs) {
697 my @fs = process_command_line();
699 foreach my $f (@fs) {