Searched refs:testfiles (Results 1 – 3 of 3) sorted by relevance
24 my(@testfiles, %xmlfiles, %wouldxml);39 push @testfiles, $maybetest;46 die "Too few test files (".@testfiles.")" unless @ARGV or @testfiles > 20;48 @testfiles = @ARGV if @ARGV and !grep !m/\.txt/, @ARGV;50 plan tests => (2*@testfiles - 1);54 #@testfiles = ('nonesuch.txt');62 my @x = @testfiles;70 foreach my $f (@testfiles) {
11 sub testfiles($$) { subroutine58 testfiles("c", "c");60 testfiles("m", "objective-c");
313 my ($fromdir, $targetdir, $pod_glob, @testfiles);319 @testfiles = glob($pod_glob);323 for my $f (@testfiles) {331 @testfiles = glob($pod_glob);337 for my $g (@testfiles) {